#8CCA84

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

Shades of De York #8CCA84

Tints of De York #8CCA84

Color information

#8CCA84 (or 0x8CCA84) is unknown color: approx De York. HEX triplet: 8C, CA and 84. RGB value is (140,202,132). Sum of RGB (Red+Green+Blue) = 140+202+132=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA84 is #73357B. Grayscale: #AFAFAF. Windows color (decimal): -7550332 or 8702604. OLE color: 8702604.

HSL color Cylindrical-coordinate representation of color #8CCA84: hue angle of 113.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CCA84 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB140202132-
CMYK0.3100.350.21
HSL113.14º39.77%65.49%-
HSV(B)113.14º34.65%79.22%-
XYZ36.149.4829.48-
YUV175.48103.46102.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.54%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 132 (51.95% from 255) = 27.85%
R=29.54%
G=42.62%
B=27.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021320.3100.350.21113.1439.7765.49
Hex8CCA841F02315712841
Octal214312204370432516150101
Binary1000110011001010100001001111101000111010111100011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,132); }

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

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

 a { background-color: rgb(140,202,132); }

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

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

 span { border-color: rgb(140,202,132); }

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