#8af59d

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

Shades of Light Green #8AF59D

Tints of Light Green #8AF59D

Color information

#8AF59D (or 0x8AF59D) is unknown color: approx Light Green. HEX triplet: 8A, F5 and 9D. RGB value is (138,245,157). Sum of RGB (Red+Green+Blue) = 138+245+157=540 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.56% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF59D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF59D is #750A62. Grayscale: #CBCBCB. Windows color (decimal): -7670371 or 10352010. OLE color: 10352010.

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

Color convert

RGB138245157-
CMYK0.4400.360.04
HSL130.65º84.25%75.1%-
HSV(B)130.65º43.67%96.08%-
XYZ49.2273.1443.42-
YUV202.98102.0581.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.56%
GREEN value IS 245 (96.09% from 255) = 45.37%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=25.56%
G=45.37%
B=29.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1382451570.4400.360.04130.6584.2575.1
Hex8AF59D2C024483544b
Octal212365235540444203124113
Binary10001010111101011001110110110001001001001000001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8af59d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,245,157); }

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

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

 a { background-color: rgb(138,245,157); }

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

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

 span { border-color: rgb(138,245,157); }

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