#8ADB96

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

Shades of Light Green #8ADB96

Tints of Light Green #8ADB96

Color information

#8ADB96 (or 0x8ADB96) is unknown color: approx Light Green. HEX triplet: 8A, DB and 96. RGB value is (138,219,150). Sum of RGB (Red+Green+Blue) = 138+219+150=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 150 (58.98% from 255 or 29.59% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB96 is #752469. Grayscale: #BBBBBB. Windows color (decimal): -7677034 or 9886602. OLE color: 9886602.

HSL color Cylindrical-coordinate representation of color #8ADB96: hue angle of 128.89º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADB96 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB138219150-
CMYK0.3700.320.14
HSL128.89º52.94%70%-
HSV(B)128.89º36.99%85.88%-
XYZ41.3258.2737.92-
YUV186.92107.1693.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 219 (85.94% from 255) = 43.20%
BLUE value IS 150 (58.98% from 255) = 29.59%
R=27.22%
G=43.20%
B=29.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382191500.3700.320.14128.8952.9470
Hex8ADB9625020E813546
Octal212333226450401620165106
Binary10001010110110111001011010010101000001110100000011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,219,150); }

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

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

 a { background-color: rgb(138,219,150); }

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

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

 span { border-color: rgb(138,219,150); }

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