#8ACC89

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

Shades of De York #8ACC89

Tints of De York #8ACC89

Color information

#8ACC89 (or 0x8ACC89) is unknown color: approx De York. HEX triplet: 8A, CC and 89. RGB value is (138,204,137). Sum of RGB (Red+Green+Blue) = 138+204+137=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC89 is #753376. Grayscale: #B0B0B0. Windows color (decimal): -7680887 or 9030794. OLE color: 9030794.

HSL color Cylindrical-coordinate representation of color #8ACC89: hue angle of 119.1º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACC89 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB138204137-
CMYK0.3200.330.2
HSL119.1º39.64%66.86%-
HSV(B)119.1º32.84%80%-
XYZ36.5950.431.47-
YUV176.63105.63100.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 204 (80.08% from 255) = 42.59%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=28.81%
G=42.59%
B=28.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041370.3200.330.2119.139.6466.86
Hex8ACC892002114772843
Octal212314211400412416750103
Binary10001010110011001000100110000001000011010011101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,204,137); }

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

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

 a { background-color: rgb(138,204,137); }

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

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

 span { border-color: rgb(138,204,137); }

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