#9ACF9C

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

Shades of Chinook #9ACF9C

Tints of Chinook #9ACF9C

Color information

#9ACF9C (or 0x9ACF9C) is unknown color: approx Chinook. HEX triplet: 9A, CF and 9C. RGB value is (154,207,156). Sum of RGB (Red+Green+Blue) = 154+207+156=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF9C is #653063. Grayscale: #B9B9B9. Windows color (decimal): -6631524 or 10276762. OLE color: 10276762.

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

Color convert

RGB154207156-
CMYK0.2600.250.19
HSL122.26º35.57%70.78%-
HSV(B)122.26º25.6%81.18%-
XYZ41.6453.939.66-
YUV185.34111.44105.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 156 (61.33% from 255) = 30.17%
R=29.79%
G=40.04%
B=30.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542071560.2600.250.19122.2635.5770.78
Hex9ACF9C1A019137a2447
Octal232317234320312317244107
Binary100110101100111110011100110100110011001111110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,156); }

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

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

 a { background-color: rgb(154,207,156); }

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

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

 span { border-color: rgb(154,207,156); }

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