#9ACAB7

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

Shades of Shadow Green #9ACAB7

Tints of Shadow Green #9ACAB7

Color information

#9ACAB7 (or 0x9ACAB7) is unknown color: approx Shadow Green. HEX triplet: 9A, CA and B7. RGB value is (154,202,183). Sum of RGB (Red+Green+Blue) = 154+202+183=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACAB7 is #653548. Grayscale: #B9B9B9. Windows color (decimal): -6632777 or 12044954. OLE color: 12044954.

HSL color Cylindrical-coordinate representation of color #9ACAB7: hue angle of 156.25º 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 #9ACAB7 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB154202183-
CMYK0.2400.090.21
HSL156.25º31.17%69.8%-
HSV(B)156.25º23.76%79.22%-
XYZ42.9952.5352.67-
YUV185.48126.6105.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.57%
GREEN value IS 202 (79.30% from 255) = 37.48%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=28.57%
G=37.48%
B=33.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021830.2400.090.21156.2531.1769.8
Hex9ACAB71809159c1f46
Octal232312267300112523437106
Binary10011010110010101011011111000010011010110011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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