#8ADE82

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

Shades of Pastel Green #8ADE82

Tints of Pastel Green #8ADE82

Color information

#8ADE82 (or 0x8ADE82) is unknown color: approx Pastel Green. HEX triplet: 8A, DE and 82. RGB value is (138,222,130). Sum of RGB (Red+Green+Blue) = 138+222+130=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE82 is #75217D. Grayscale: #BABABA. Windows color (decimal): -7676286 or 8576650. OLE color: 8576650.

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

Color convert

RGB138222130-
CMYK0.3800.410.13
HSL114.78º58.23%69.02%-
HSV(B)114.78º41.44%87.06%-
XYZ40.6359.2630.42-
YUV186.496.1793.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.16%
GREEN value IS 222 (87.11% from 255) = 45.31%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=28.16%
G=45.31%
B=26.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382221300.3800.410.13114.7858.2369.02
Hex8ADE8226029D733a45
Octal212336202460511516372105
Binary1000101011011110100000101001100101001110111100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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