#8ADD70

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

Shades of Pastel Green #8ADD70

Tints of Pastel Green #8ADD70

Color information

#8ADD70 (or 0x8ADD70) is unknown color: approx Pastel Green. HEX triplet: 8A, DD and 70. RGB value is (138,221,112). Sum of RGB (Red+Green+Blue) = 138+221+112=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD70 is #75228F. Grayscale: #B8B8B8. Windows color (decimal): -7676560 or 7396746. OLE color: 7396746.

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

Color convert

RGB138221112-
CMYK0.3800.490.13
HSL105.69º61.58%65.29%-
HSV(B)105.69º49.32%86.67%-
XYZ39.2658.2924.51-
YUV183.7687.595.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.30%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=29.30%
G=46.92%
B=23.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1382211120.3800.490.13105.6961.5865.29
Hex8ADD7026031D6a3e41
Octal212335160460611515276101
Binary100010101101110111100001001100110001110111010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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