#9ACAC0

Color #9ACAC0 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #9ACAC0

Tints of Shadow Green #9ACAC0

Color information

#9ACAC0 (or 0x9ACAC0) is unknown color: approx Shadow Green. HEX triplet: 9A, CA and C0. RGB value is (154,202,192). Sum of RGB (Red+Green+Blue) = 154+202+192=548 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.10% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACAC0 is #65353F. Grayscale: #BABABA. Windows color (decimal): -6632768 or 12634778. OLE color: 12634778.

HSL color Cylindrical-coordinate representation of color #9ACAC0: hue angle of 167.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACAC0 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB154202192-
CMYK0.2400.050.21
HSL167.5º31.17%69.8%-
HSV(B)167.5º23.76%79.22%-
XYZ43.9652.9257.77-
YUV186.51131.1104.81-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.10%
GREEN value IS 202 (79.30% from 255) = 36.86%
BLUE value IS 192 (75.39% from 255) = 35.04%
R=28.10%
G=36.86%
B=35.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021920.2400.050.21167.531.1769.8
Hex9ACAC0180515a81f46
Octal23231230030052525037106
Binary1001101011001010110000001100001011010110101000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ACAC0; }

 p { color: rgb(154,202,192); }

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

<style>
 a { background-color: #9ACAC0; }

 a { background-color: rgb(154,202,192); }

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

<style>
 span { border-color: #9ACAC0; }

 span { border-color: rgb(154,202,192); }

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