#9ACD9C

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

Shades of Chinook #9ACD9C

Tints of Chinook #9ACD9C

Color information

#9ACD9C (or 0x9ACD9C) is unknown color: approx Chinook. HEX triplet: 9A, CD and 9C. RGB value is (154,205,156). Sum of RGB (Red+Green+Blue) = 154+205+156=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD9C is #653263. Grayscale: #B8B8B8. Windows color (decimal): -6632036 or 10276250. OLE color: 10276250.

HSL color Cylindrical-coordinate representation of color #9ACD9C: hue angle of 122.35º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACD9C is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB154205156-
CMYK0.2500.240.20
HSL122.35º33.77%70.39%-
HSV(B)122.35º24.88%80.39%-
XYZ41.1652.9339.5-
YUV184.16112.1106.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 205 (80.47% from 255) = 39.81%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=29.90%
G=39.81%
B=30.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051560.2500.240.20122.3533.7770.39
Hex9ACD9C19018147a2246
Octal232315234310302417242106
Binary100110101100110110011100110010110001010011110101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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