#7AD071

Color #7AD071 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7AD071

Tints of Pastel Green #7AD071

Color information

#7AD071 (or 0x7AD071) is unknown color: approx Pastel Green. HEX triplet: 7A, D0 and 71. RGB value is (122,208,113). Sum of RGB (Red+Green+Blue) = 122+208+113=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 208 (81.64% from 255 or 46.95% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD071 is #852F8E. Grayscale: #ABABAB. Windows color (decimal): -8728463 or 7458938. OLE color: 7458938.

HSL color Cylindrical-coordinate representation of color #7AD071: hue angle of 114.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7AD071 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB122208113-
CMYK0.4100.460.18
HSL114.32º50.26%62.94%-
HSV(B)114.32º45.67%81.57%-
XYZ33.5650.4423.59-
YUV171.4695.0192.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 27.54%
GREEN value IS 208 (81.64% from 255) = 46.95%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=27.54%
G=46.95%
B=25.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1222081130.4100.460.18114.3250.2662.94
Hex7AD0712902E1272323f
Octal17232016151056221626277
Binary11110101101000011100011010010101110100101110010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AD071; }

 p { color: rgb(122,208,113); }

 H1.HeaderClassName
 {
   color: #7AD071;
 }
 .AnyTagClassName
 {
   color: #7AD071;
 }
</style>
background-color css

<style>
 a { background-color: #7AD071; }

 a { background-color: rgb(122,208,113); }

 div.DivClassName
 {
   background-color: #7AD071;
 }
 .BgClassName
 {
   background-color: #7AD071;
 }
</style>
border-color css

<style>
 span { border-color: #7AD071; }

 span { border-color: rgb(122,208,113); }

 td.TdClassName
 {
   border-color: #7AD071;
 }
 .TagClassName
 {
   border-color: #7AD071;
 }
</style>