#8ACC97

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

Shades of De York #8ACC97

Tints of De York #8ACC97

Color information

#8ACC97 (or 0x8ACC97) is unknown color: approx De York. HEX triplet: 8A, CC and 97. RGB value is (138,204,151). Sum of RGB (Red+Green+Blue) = 138+204+151=493 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.99% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACC97 is #753368. Grayscale: #B2B2B2. Windows color (decimal): -7680873 or 9948298. OLE color: 9948298.

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

Color convert

RGB138204151-
CMYK0.3200.260.2
HSL131.82º39.29%67.06%-
HSV(B)131.82º32.35%80%-
XYZ37.6650.8237.1-
YUV178.22112.6399.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.99%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 151 (59.38% from 255) = 30.63%
R=27.99%
G=41.38%
B=30.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1382041510.3200.260.2131.8239.2967.06
Hex8ACC972001A14842743
Octal212314227400322420447103
Binary10001010110011001001011110000001101010100100001001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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