#8ADE95

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

Shades of Light Green #8ADE95

Tints of Light Green #8ADE95

Color information

#8ADE95 (or 0x8ADE95) is unknown color: approx Light Green. HEX triplet: 8A, DE and 95. RGB value is (138,222,149). Sum of RGB (Red+Green+Blue) = 138+222+149=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE95 is #75216A. Grayscale: #BCBCBC. Windows color (decimal): -7676267 or 9821834. OLE color: 9821834.

HSL color Cylindrical-coordinate representation of color #8ADE95: hue angle of 127.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADE95 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB138222149-
CMYK0.3800.330.13
HSL127.86º56%70.59%-
HSV(B)127.86º37.84%87.06%-
XYZ42.0359.8237.76-
YUV188.56105.6791.94-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.11%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=27.11%
G=43.61%
B=29.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221490.3800.330.13127.865670.59
Hex8ADE9526021D803847
Octal212336225460411520070107
Binary10001010110111101001010110011001000011101100000001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,222,149); }

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

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

 a { background-color: rgb(138,222,149); }

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

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

 span { border-color: rgb(138,222,149); }

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