#7af470

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

Shades of Pastel Green #7AF470

Tints of Pastel Green #7AF470

Color information

#7AF470 (or 0x7AF470) is unknown color: approx Pastel Green. HEX triplet: 7A, F4 and 70. RGB value is (122,244,112). Sum of RGB (Red+Green+Blue) = 122+244+112=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF470 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF470 is #850B8F. Grayscale: #C0C0C0. Windows color (decimal): -8719248 or 7402618. OLE color: 7402618.

HSL color Cylindrical-coordinate representation of color #7AF470: hue angle of 115.45º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AF470 is Cyan = 0.5, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB122244112-
CMYK0.500.540.04
HSL115.45º85.71%69.8%-
HSV(B)115.45º54.1%95.69%-
XYZ43.370.0126.56-
YUV192.4782.5877.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 244 (95.70% from 255) = 51.05%
BLUE value IS 112 (44.14% from 255) = 23.43%
R=25.52%
G=51.05%
B=23.43%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1222441120.500.540.04115.4585.7169.8
Hex7AF470320364735646
Octal172364160620664163126106
Binary11110101111010011100001100100110110100111001110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7af470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,244,112); }

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

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

 a { background-color: rgb(122,244,112); }

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

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

 span { border-color: rgb(122,244,112); }

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