#9ACA9E

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

Shades of Chinook #9ACA9E

Tints of Chinook #9ACA9E

Color information

#9ACA9E (or 0x9ACA9E) is unknown color: approx Chinook. HEX triplet: 9A, CA and 9E. RGB value is (154,202,158). Sum of RGB (Red+Green+Blue) = 154+202+158=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA9E is #653561. Grayscale: #B6B6B6. Windows color (decimal): -6632802 or 10406554. OLE color: 10406554.

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

Color convert

RGB154202158-
CMYK0.2400.220.21
HSL125º31.17%69.8%-
HSV(B)125º23.76%79.22%-
XYZ40.6251.5840.16-
YUV182.63114.1107.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.96%
GREEN value IS 202 (79.30% from 255) = 39.30%
BLUE value IS 158 (62.11% from 255) = 30.74%
R=29.96%
G=39.30%
B=30.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021580.2400.220.2112531.1769.8
Hex9ACA9E18016157d1f46
Octal232312236300262517537106
Binary10011010110010101001111011000010110101011111101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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