#8AD76F

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

Shades of Pastel Green #8AD76F

Tints of Pastel Green #8AD76F

Color information

#8AD76F (or 0x8AD76F) is unknown color: approx Pastel Green. HEX triplet: 8A, D7 and 6F. RGB value is (138,215,111). Sum of RGB (Red+Green+Blue) = 138+215+111=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 111 (43.75% from 255 or 23.92% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #8AD76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD76F is #752890. Grayscale: #B4B4B4. Windows color (decimal): -7678097 or 7329674. OLE color: 7329674.

HSL color Cylindrical-coordinate representation of color #8AD76F: hue angle of 104.42º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AD76F is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB138215111-
CMYK0.3600.480.16
HSL104.42º56.52%63.92%-
HSV(B)104.42º48.37%84.31%-
XYZ37.6555.1523.7-
YUV180.1288.9997.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.74%
GREEN value IS 215 (84.38% from 255) = 46.34%
BLUE value IS 111 (43.75% from 255) = 23.92%
R=29.74%
G=46.34%
B=23.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382151110.3600.480.16104.4256.5263.92
Hex8AD76F2403010683940
Octal212327157440602015071100
Binary1000101011010111110111110010001100001000011010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,215,111); }

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

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

 a { background-color: rgb(138,215,111); }

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

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

 span { border-color: rgb(138,215,111); }

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