#8CCA95

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

Shades of De York #8CCA95

Tints of De York #8CCA95

Color information

#8CCA95 (or 0x8CCA95) is unknown color: approx De York. HEX triplet: 8C, CA and 95. RGB value is (140,202,149). Sum of RGB (Red+Green+Blue) = 140+202+149=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA95 is #73356A. Grayscale: #B1B1B1. Windows color (decimal): -7550315 or 9816716. OLE color: 9816716.

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

Color convert

RGB140202149-
CMYK0.3100.260.21
HSL128.71º36.9%67.06%-
HSV(B)128.71º30.69%79.22%-
XYZ37.3649.9936.11-
YUV177.42111.96101.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=28.51%
G=41.14%
B=30.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021490.3100.260.21128.7136.967.06
Hex8CCA951F01A15812543
Octal214312225370322520145103
Binary1000110011001010100101011111101101010101100000011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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