#7AF291

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

Shades of Light Green #7AF291

Tints of Light Green #7AF291

Color information

#7AF291 (or 0x7AF291) is unknown color: approx Light Green. HEX triplet: 7A, F2 and 91. RGB value is (122,242,145). Sum of RGB (Red+Green+Blue) = 122+242+145=509 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.97% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF291 is #850D6E. Grayscale: #C3C3C3. Windows color (decimal): -8719727 or 9564794. OLE color: 9564794.

HSL color Cylindrical-coordinate representation of color #7AF291: hue angle of 131.5º 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 #7AF291 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB122242145-
CMYK0.5000.400.05
HSL131.5º82.19%71.37%-
HSV(B)131.5º49.59%94.9%-
XYZ44.8969.6937.87-
YUV195.0699.7475.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.97%
GREEN value IS 242 (94.92% from 255) = 47.54%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=23.97%
G=47.54%
B=28.49%

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
Decimal1222421450.5000.400.05131.582.1971.37
Hex7AF291320285845247
Octal172362221620505204122107
Binary1111010111100101001000111001001010001011000010010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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