#8ADF82

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

Shades of Light Green #8ADF82

Tints of Light Green #8ADF82

Color information

#8ADF82 (or 0x8ADF82) is unknown color: approx Light Green. HEX triplet: 8A, DF and 82. RGB value is (138,223,130). Sum of RGB (Red+Green+Blue) = 138+223+130=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADF82 is #75207D. Grayscale: #BBBBBB. Windows color (decimal): -7676030 or 8576906. OLE color: 8576906.

HSL color Cylindrical-coordinate representation of color #8ADF82: hue angle of 114.84º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADF82 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB138223130-
CMYK0.3800.420.13
HSL114.84º59.24%69.22%-
HSV(B)114.84º41.7%87.45%-
XYZ40.959.7930.5-
YUV186.9895.8493.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.11%
GREEN value IS 223 (87.5% from 255) = 45.42%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=28.11%
G=45.42%
B=26.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382231300.3800.420.13114.8459.2469.22
Hex8ADF822602AD733b45
Octal212337202460521516373105
Binary1000101011011111100000101001100101010110111100111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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