#9ACABD

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

Shades of Shadow Green #9ACABD

Tints of Shadow Green #9ACABD

Color information

#9ACABD (or 0x9ACABD) is unknown color: approx Shadow Green. HEX triplet: 9A, CA and BD. RGB value is (154,202,189). Sum of RGB (Red+Green+Blue) = 154+202+189=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACABD is #653542. Grayscale: #BABABA. Windows color (decimal): -6632771 or 12438170. OLE color: 12438170.

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

Color convert

RGB154202189-
CMYK0.2400.060.21
HSL163.75º31.17%69.8%-
HSV(B)163.75º23.76%79.22%-
XYZ43.6352.7956.03-
YUV186.17129.6105.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 28.26%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=28.26%
G=37.06%
B=34.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021890.2400.060.21163.7531.1769.8
Hex9ACABD180615a41f46
Octal23231227530062524437106
Binary1001101011001010101111011100001101010110100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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