#9AC09F

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

Shades of Chinook #9AC09F

Tints of Chinook #9AC09F

Color information

#9AC09F (or 0x9AC09F) is unknown color: approx Chinook. HEX triplet: 9A, C0 and 9F. RGB value is (154,192,159). Sum of RGB (Red+Green+Blue) = 154+192+159=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #9AC09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC09F is #653F60. Grayscale: #B0B0B0. Windows color (decimal): -6635361 or 10469530. OLE color: 10469530.

HSL color Cylindrical-coordinate representation of color #9AC09F: hue angle of 127.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9AC09F is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB154192159-
CMYK0.2000.170.25
HSL127.89º23.17%67.84%-
HSV(B)127.89º19.79%75.29%-
XYZ38.4347.0739.86-
YUV176.88117.91111.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 192 (75.39% from 255) = 38.02%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=30.50%
G=38.02%
B=31.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541921590.2000.170.25127.8923.1767.84
Hex9AC09F1401119801744
Octal232300237240213120027104
Binary100110101100000010011111101000100011100110000000101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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