#8DC88A

Color #8DC88A De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8DC88A

Tints of De York #8DC88A

Color information

#8DC88A (or 0x8DC88A) is unknown color: approx De York. HEX triplet: 8D, C8 and 8A. RGB value is (141,200,138). Sum of RGB (Red+Green+Blue) = 141+200+138=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC88A is #723775. Grayscale: #AFAFAF. Windows color (decimal): -7485302 or 9095309. OLE color: 9095309.

HSL color Cylindrical-coordinate representation of color #8DC88A: hue angle of 117.1º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DC88A is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB141200138-
CMYK0.2900.310.22
HSL117.1º36.05%66.27%-
HSV(B)117.1º31%78.43%-
XYZ36.2348.8131.56-
YUV175.29106.95103.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.44%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=29.44%
G=41.75%
B=28.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1412001380.2900.310.22117.136.0566.27
Hex8DC88A1D01F16752442
Octal215310212350372616544102
Binary100011011100100010001010111010111111011011101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,200,138); }

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

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

 a { background-color: rgb(141,200,138); }

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

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

 span { border-color: rgb(141,200,138); }

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