#7AED91

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

Shades of Light Green #7AED91

Tints of Light Green #7AED91

Color information

#7AED91 (or 0x7AED91) is unknown color: approx Light Green. HEX triplet: 7A, ED and 91. RGB value is (122,237,145). Sum of RGB (Red+Green+Blue) = 122+237+145=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #7AED91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AED91 is #85126E. Grayscale: #C0C0C0. Windows color (decimal): -8721007 or 9563514. OLE color: 9563514.

HSL color Cylindrical-coordinate representation of color #7AED91: hue angle of 132º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AED91 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB122237145-
CMYK0.4900.390.07
HSL132º76.16%70.39%-
HSV(B)132º48.52%92.94%-
XYZ43.4266.7537.38-
YUV192.13101.477.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 237 (92.97% from 255) = 47.02%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=24.21%
G=47.02%
B=28.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222371450.4900.390.0713276.1670.39
Hex7AED91310277844c46
Octal172355221610477204114106
Binary1111010111011011001000111000101001111111000010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AED91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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