#9AC29F

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

Shades of Chinook #9AC29F

Tints of Chinook #9AC29F

Color information

#9AC29F (or 0x9AC29F) is unknown color: approx Chinook. HEX triplet: 9A, C2 and 9F. RGB value is (154,194,159). Sum of RGB (Red+Green+Blue) = 154+194+159=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC29F is #653D60. Grayscale: #B2B2B2. Windows color (decimal): -6634849 or 10470042. OLE color: 10470042.

HSL color Cylindrical-coordinate representation of color #9AC29F: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AC29F is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB154194159-
CMYK0.2100.180.24
HSL127.5º24.69%68.24%-
HSV(B)127.5º20.62%76.08%-
XYZ38.8847.9640.01-
YUV178.05117.25110.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.37%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=30.37%
G=38.26%
B=31.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941590.2100.180.24127.524.6968.24
Hex9AC29F15012187f1944
Octal232302237250223017731104
Binary10011010110000101001111110101010010110001111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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