#8AF09E

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

Shades of Light Green #8AF09E

Tints of Light Green #8AF09E

Color information

#8AF09E (or 0x8AF09E) is unknown color: approx Light Green. HEX triplet: 8A, F0 and 9E. RGB value is (138,240,158). Sum of RGB (Red+Green+Blue) = 138+240+158=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 158 (62.11% from 255 or 29.48% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF09E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF09E is #750F61. Grayscale: #C8C8C8. Windows color (decimal): -7671650 or 10416266. OLE color: 10416266.

HSL color Cylindrical-coordinate representation of color #8AF09E: hue angle of 131.76º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF09E is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB138240158-
CMYK0.4200.340.06
HSL131.76º77.27%74.12%-
HSV(B)131.76º42.5%94.12%-
XYZ47.8170.1943.38-
YUV200.15104.2183.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.75%
GREEN value IS 240 (94.14% from 255) = 44.78%
BLUE value IS 158 (62.11% from 255) = 29.48%
R=25.75%
G=44.78%
B=29.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382401580.4200.340.06131.7677.2774.12
Hex8AF09E2A0226844d4a
Octal212360236520426204115112
Binary10001010111100001001111010101001000101101000010010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AF09E; }

 p { color: rgb(138,240,158); }

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

<style>
 a { background-color: #8AF09E; }

 a { background-color: rgb(138,240,158); }

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

<style>
 span { border-color: #8AF09E; }

 span { border-color: rgb(138,240,158); }

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