#8ADD94

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

Shades of Light Green #8ADD94

Tints of Light Green #8ADD94

Color information

#8ADD94 (or 0x8ADD94) is unknown color: approx Light Green. HEX triplet: 8A, DD and 94. RGB value is (138,221,148). Sum of RGB (Red+Green+Blue) = 138+221+148=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD94 is #75226B. Grayscale: #BCBCBC. Windows color (decimal): -7676524 or 9756042. OLE color: 9756042.

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

Color convert

RGB138221148-
CMYK0.3800.330.13
HSL127.23º54.97%70.39%-
HSV(B)127.23º37.56%86.67%-
XYZ41.6859.2537.26-
YUV187.86105.592.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=27.22%
G=43.59%
B=29.19%

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
Decimal1382211480.3800.330.13127.2354.9770.39
Hex8ADD9426021D7f3746
Octal212335224460411517767106
Binary1000101011011101100101001001100100001110111111111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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