#9ACE9D

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

Shades of Chinook #9ACE9D

Tints of Chinook #9ACE9D

Color information

#9ACE9D (or 0x9ACE9D) is unknown color: approx Chinook. HEX triplet: 9A, CE and 9D. RGB value is (154,206,157). Sum of RGB (Red+Green+Blue) = 154+206+157=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 206 (80.86% from 255 or 39.85% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE9D is #653162. Grayscale: #B9B9B9. Windows color (decimal): -6631779 or 10342042. OLE color: 10342042.

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

Color convert

RGB154206157-
CMYK0.2500.240.19
HSL123.46º34.67%70.59%-
HSV(B)123.46º25.24%80.78%-
XYZ41.4853.4540.03-
YUV184.87112.27105.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.79%
GREEN value IS 206 (80.86% from 255) = 39.85%
BLUE value IS 157 (61.72% from 255) = 30.37%
R=29.79%
G=39.85%
B=30.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061570.2500.240.19123.4634.6770.59
Hex9ACE9D19018137b2347
Octal232316235310302317343107
Binary100110101100111010011101110010110001001111110111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,206,157); }

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

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

 a { background-color: rgb(154,206,157); }

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

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

 span { border-color: rgb(154,206,157); }

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