#7AF292

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

Shades of Light Green #7AF292

Tints of Light Green #7AF292

Color information

#7AF292 (or 0x7AF292) is unknown color: approx Light Green. HEX triplet: 7A, F2 and 92. RGB value is (122,242,146). Sum of RGB (Red+Green+Blue) = 122+242+146=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF292 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF292 is #850D6D. Grayscale: #C3C3C3. Windows color (decimal): -8719726 or 9630330. OLE color: 9630330.

HSL color Cylindrical-coordinate representation of color #7AF292: hue angle of 132º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF292 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB122242146-
CMYK0.5000.400.05
HSL132º82.19%71.37%-
HSV(B)132º49.59%94.9%-
XYZ44.9769.7238.28-
YUV195.18100.2475.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.92%
GREEN value IS 242 (94.92% from 255) = 47.45%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=23.92%
G=47.45%
B=28.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1222421460.5000.400.0513282.1971.37
Hex7AF292320285845247
Octal172362222620505204122107
Binary1111010111100101001001011001001010001011000010010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,242,146); }

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

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

 a { background-color: rgb(122,242,146); }

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

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

 span { border-color: rgb(122,242,146); }

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