#8AF48E

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

Shades of Light Green #8AF48E

Tints of Light Green #8AF48E

Color information

#8AF48E (or 0x8AF48E) is unknown color: approx Light Green. HEX triplet: 8A, F4 and 8E. RGB value is (138,244,142). Sum of RGB (Red+Green+Blue) = 138+244+142=524 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.34% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF48E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF48E is #750B71. Grayscale: #C8C8C8. Windows color (decimal): -7670642 or 9368714. OLE color: 9368714.

HSL color Cylindrical-coordinate representation of color #8AF48E: hue angle of 122.26º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF48E is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB138244142-
CMYK0.4300.420.04
HSL122.26º82.81%74.9%-
HSV(B)122.26º43.44%95.69%-
XYZ47.7172.0636.98-
YUV200.6894.8883.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.34%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=26.34%
G=46.56%
B=27.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382441420.4300.420.04122.2682.8174.9
Hex8AF48E2B02A47a534b
Octal212364216530524172123113
Binary1000101011110100100011101010110101010100111101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,142); }

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

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

 a { background-color: rgb(138,244,142); }

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

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

 span { border-color: rgb(138,244,142); }

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