#8AF08F

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

Shades of Light Green #8AF08F

Tints of Light Green #8AF08F

Color information

#8AF08F (or 0x8AF08F) is unknown color: approx Light Green. HEX triplet: 8A, F0 and 8F. RGB value is (138,240,143). Sum of RGB (Red+Green+Blue) = 138+240+143=521 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.49% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF08F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF08F is #750F70. Grayscale: #C6C6C6. Windows color (decimal): -7671665 or 9433226. OLE color: 9433226.

HSL color Cylindrical-coordinate representation of color #8AF08F: hue angle of 122.94º 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 #8AF08F is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB138240143-
CMYK0.4200.400.06
HSL122.94º77.27%74.12%-
HSV(B)122.94º42.5%94.12%-
XYZ46.669.7136.99-
YUV198.4496.7184.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.49%
GREEN value IS 240 (94.14% from 255) = 46.07%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=26.49%
G=46.07%
B=27.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1382401430.4200.400.06122.9477.2774.12
Hex8AF08F2A02867b4d4a
Octal212360217520506173115112
Binary1000101011110000100011111010100101000110111101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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