#8ADD8E

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

Shades of Light Green #8ADD8E

Tints of Light Green #8ADD8E

Color information

#8ADD8E (or 0x8ADD8E) is unknown color: approx Light Green. HEX triplet: 8A, DD and 8E. RGB value is (138,221,142). Sum of RGB (Red+Green+Blue) = 138+221+142=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD8E is #752271. Grayscale: #BBBBBB. Windows color (decimal): -7676530 or 9362826. OLE color: 9362826.

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

Color convert

RGB138221142-
CMYK0.3800.360.13
HSL122.89º54.97%70.39%-
HSV(B)122.89º37.56%86.67%-
XYZ41.2259.0734.82-
YUV187.18102.592.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.54%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=27.54%
G=44.11%
B=28.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211420.3800.360.13122.8954.9770.39
Hex8ADD8E26024D7b3746
Octal212335216460441517367106
Binary1000101011011101100011101001100100100110111110111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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