#8ADD91

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

Shades of Light Green #8ADD91

Tints of Light Green #8ADD91

Color information

#8ADD91 (or 0x8ADD91) is unknown color: approx Light Green. HEX triplet: 8A, DD and 91. RGB value is (138,221,145). Sum of RGB (Red+Green+Blue) = 138+221+145=504 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.38% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD91 is #75226E. Grayscale: #BBBBBB. Windows color (decimal): -7676527 or 9559434. OLE color: 9559434.

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

Color convert

RGB138221145-
CMYK0.3800.340.13
HSL125.06º54.97%70.39%-
HSV(B)125.06º37.56%86.67%-
XYZ41.4559.1636.02-
YUV187.5210492.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.38%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=27.38%
G=43.85%
B=28.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211450.3800.340.13125.0654.9770.39
Hex8ADD9126022D7d3746
Octal212335221460421517567106
Binary1000101011011101100100011001100100010110111111011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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