#8ADF86

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

Shades of Light Green #8ADF86

Tints of Light Green #8ADF86

Color information

#8ADF86 (or 0x8ADF86) is unknown color: approx Light Green. HEX triplet: 8A, DF and 86. RGB value is (138,223,134). Sum of RGB (Red+Green+Blue) = 138+223+134=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADF86 is #752079. Grayscale: #BBBBBB. Windows color (decimal): -7676026 or 8839050. OLE color: 8839050.

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

Color convert

RGB138223134-
CMYK0.3800.400.13
HSL117.3º58.17%70%-
HSV(B)117.3º39.91%87.45%-
XYZ41.1759.931.95-
YUV187.4497.8492.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.88%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=27.88%
G=45.05%
B=27.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231340.3800.400.13117.358.1770
Hex8ADF8626028D753a46
Octal212337206460501516572106
Binary1000101011011111100001101001100101000110111101011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,223,134); }

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

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

 a { background-color: rgb(138,223,134); }

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

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

 span { border-color: rgb(138,223,134); }

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