#9AF28E

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

Shades of Light Green #9AF28E

Tints of Light Green #9AF28E

Color information

#9AF28E (or 0x9AF28E) is unknown color: approx Light Green. HEX triplet: 9A, F2 and 8E. RGB value is (154,242,142). Sum of RGB (Red+Green+Blue) = 154+242+142=538 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.62% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF28E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF28E is #650D71. Grayscale: #CCCCCC. Windows color (decimal): -6622578 or 9368218. OLE color: 9368218.

HSL color Cylindrical-coordinate representation of color #9AF28E: hue angle of 112.8º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AF28E is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB154242142-
CMYK0.3600.410.05
HSL112.8º79.37%75.29%-
HSV(B)112.8º41.32%94.9%-
XYZ49.9672.3336.92-
YUV204.2992.8592.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.62%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=28.62%
G=44.98%
B=26.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1542421420.3600.410.05112.879.3775.29
Hex9AF28E240295714f4b
Octal232362216440515161117113
Binary1001101011110010100011101001000101001101111000110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AF28E; }

 p { color: rgb(154,242,142); }

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

<style>
 a { background-color: #9AF28E; }

 a { background-color: rgb(154,242,142); }

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

<style>
 span { border-color: #9AF28E; }

 span { border-color: rgb(154,242,142); }

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