#8ADD76

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

Shades of Pastel Green #8ADD76

Tints of Pastel Green #8ADD76

Color information

#8ADD76 (or 0x8ADD76) is unknown color: approx Pastel Green. HEX triplet: 8A, DD and 76. RGB value is (138,221,118). Sum of RGB (Red+Green+Blue) = 138+221+118=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD76 is #752289. Grayscale: #B8B8B8. Windows color (decimal): -7676554 or 7789962. OLE color: 7789962.

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

Color convert

RGB138221118-
CMYK0.3800.470.13
HSL108.35º60.23%66.47%-
HSV(B)108.35º46.61%86.67%-
XYZ39.6158.4226.33-
YUV184.4490.594.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.93%
GREEN value IS 221 (86.72% from 255) = 46.33%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=28.93%
G=46.33%
B=24.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211180.3800.470.13108.3560.2366.47
Hex8ADD762602FD6c3c42
Octal212335166460571515474102
Binary100010101101110111101101001100101111110111011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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