#8CCA7F

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

Shades of De York #8CCA7F

Tints of De York #8CCA7F

Color information

#8CCA7F (or 0x8CCA7F) is unknown color: approx De York. HEX triplet: 8C, CA and 7F. RGB value is (140,202,127). Sum of RGB (Red+Green+Blue) = 140+202+127=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA7F is #733580. Grayscale: #AFAFAF. Windows color (decimal): -7550337 or 8374924. OLE color: 8374924.

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

Color convert

RGB140202127-
CMYK0.3100.370.21
HSL109.6º41.44%64.51%-
HSV(B)109.6º37.13%79.22%-
XYZ35.7749.3527.72-
YUV174.91100.96103.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 127 (50% from 255) = 27.08%
R=29.85%
G=43.07%
B=27.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021270.3100.370.21109.641.4464.51
Hex8CCA7F1F025156e2941
Octal214312177370452515651101
Binary100011001100101011111111111101001011010111011101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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