#8AD96E

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

Shades of Pastel Green #8AD96E

Tints of Pastel Green #8AD96E

Color information

#8AD96E (or 0x8AD96E) is unknown color: approx Pastel Green. HEX triplet: 8A, D9 and 6E. RGB value is (138,217,110). Sum of RGB (Red+Green+Blue) = 138+217+110=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD96E is #752691. Grayscale: #B5B5B5. Windows color (decimal): -7677586 or 7264650. OLE color: 7264650.

HSL color Cylindrical-coordinate representation of color #8AD96E: hue angle of 104.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AD96E is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB138217110-
CMYK0.3600.490.15
HSL104.3º58.47%64.12%-
HSV(B)104.3º49.31%85.1%-
XYZ38.1156.1523.58-
YUV181.1887.8397.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.68%
GREEN value IS 217 (85.16% from 255) = 46.67%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=29.68%
G=46.67%
B=23.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1382171100.3600.490.15104.358.4764.12
Hex8AD96E24031F683a40
Octal212331156440611715072100
Binary100010101101100111011101001000110001111111010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,217,110); }

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

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

 a { background-color: rgb(138,217,110); }

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

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

 span { border-color: rgb(138,217,110); }

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