#8AC879

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

Shades of De York #8AC879

Tints of De York #8AC879

Color information

#8AC879 (or 0x8AC879) is unknown color: approx De York. HEX triplet: 8A, C8 and 79. RGB value is (138,200,121). Sum of RGB (Red+Green+Blue) = 138+200+121=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC879 is #753786. Grayscale: #ACACAC. Windows color (decimal): -7681927 or 7981194. OLE color: 7981194.

HSL color Cylindrical-coordinate representation of color #8AC879: hue angle of 107.09º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC879 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB138200121-
CMYK0.3100.390.22
HSL107.09º41.8%62.94%-
HSV(B)107.09º39.5%78.43%-
XYZ34.5948.0925.55-
YUV172.4698.96103.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 200 (78.52% from 255) = 43.57%
BLUE value IS 121 (47.66% from 255) = 26.36%
R=30.07%
G=43.57%
B=26.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1382001210.3100.390.22107.0941.862.94
Hex8AC8791F027166b2a3f
Octal21231017137047261535277
Binary10001010110010001111001111110100111101101101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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