#7AE995

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

Shades of Light Green #7AE995

Tints of Light Green #7AE995

Color information

#7AE995 (or 0x7AE995) is unknown color: approx Light Green. HEX triplet: 7A, E9 and 95. RGB value is (122,233,149). Sum of RGB (Red+Green+Blue) = 122+233+149=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #7AE995 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AE995 is #85166A. Grayscale: #BEBEBE. Windows color (decimal): -8722027 or 9824634. OLE color: 9824634.

HSL color Cylindrical-coordinate representation of color #7AE995: hue angle of 134.59º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE995 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB122233149-
CMYK0.4800.360.09
HSL134.59º71.61%69.61%-
HSV(B)134.59º47.64%91.37%-
XYZ42.5964.5938.66-
YUV190.24104.7379.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.21%
GREEN value IS 233 (91.41% from 255) = 46.23%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=24.21%
G=46.23%
B=29.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1222331490.4800.360.09134.5971.6169.61
Hex7AE995300249874846
Octal1723512256004411207110106
Binary11110101110100110010101110000010010010011000011110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,233,149); }

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

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

 a { background-color: rgb(122,233,149); }

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

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

 span { border-color: rgb(122,233,149); }

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