#8ADD8F

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

Shades of Light Green #8ADD8F

Tints of Light Green #8ADD8F

Color information

#8ADD8F (or 0x8ADD8F) is unknown color: approx Light Green. HEX triplet: 8A, DD and 8F. RGB value is (138,221,143). Sum of RGB (Red+Green+Blue) = 138+221+143=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD8F is #752270. Grayscale: #BBBBBB. Windows color (decimal): -7676529 or 9428362. OLE color: 9428362.

HSL color Cylindrical-coordinate representation of color #8ADD8F: hue angle of 123.61º 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 #8ADD8F is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB138221143-
CMYK0.3800.350.13
HSL123.61º54.97%70.39%-
HSV(B)123.61º37.56%86.67%-
XYZ41.359.135.22-
YUV187.2910392.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.49%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 143 (56.25% from 255) = 28.49%
R=27.49%
G=44.02%
B=28.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211430.3800.350.13123.6154.9770.39
Hex8ADD8F26023D7c3746
Octal212335217460431517467106
Binary1000101011011101100011111001100100011110111111001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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