#8ADD72

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

Shades of Pastel Green #8ADD72

Tints of Pastel Green #8ADD72

Color information

#8ADD72 (or 0x8ADD72) is unknown color: approx Pastel Green. HEX triplet: 8A, DD and 72. RGB value is (138,221,114). Sum of RGB (Red+Green+Blue) = 138+221+114=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD72 is #75228D. Grayscale: #B8B8B8. Windows color (decimal): -7676558 or 7527818. OLE color: 7527818.

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

Color convert

RGB138221114-
CMYK0.3800.480.13
HSL106.54º61.14%65.69%-
HSV(B)106.54º48.42%86.67%-
XYZ39.3758.3325.1-
YUV183.9888.595.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.18%
GREEN value IS 221 (86.72% from 255) = 46.72%
BLUE value IS 114 (44.92% from 255) = 24.10%
R=29.18%
G=46.72%
B=24.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211140.3800.480.13106.5461.1465.69
Hex8ADD7226030D6b3d42
Octal212335162460601515375102
Binary100010101101110111100101001100110000110111010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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