#9ACEA0

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

Shades of Chinook #9ACEA0

Tints of Chinook #9ACEA0

Color information

#9ACEA0 (or 0x9ACEA0) is unknown color: approx Chinook. HEX triplet: 9A, CE and A0. RGB value is (154,206,160). Sum of RGB (Red+Green+Blue) = 154+206+160=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACEA0 is #65315F. Grayscale: #B9B9B9. Windows color (decimal): -6631776 or 10538650. OLE color: 10538650.

HSL color Cylindrical-coordinate representation of color #9ACEA0: hue angle of 126.92º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACEA0 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB154206160-
CMYK0.2500.220.19
HSL126.92º34.67%70.59%-
HSV(B)126.92º25.24%80.78%-
XYZ41.7453.5541.39-
YUV185.21113.77105.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.62%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 160 (62.89% from 255) = 30.77%
R=29.62%
G=39.62%
B=30.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061600.2500.220.19126.9234.6770.59
Hex9ACEA019016137f2347
Octal232316240310262317743107
Binary100110101100111010100000110010101101001111111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,206,160); }

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

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

 a { background-color: rgb(154,206,160); }

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

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

 span { border-color: rgb(154,206,160); }

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