#9CE0AA

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

Shades of Chinook #9CE0AA

Tints of Chinook #9CE0AA

Color information

#9CE0AA (or 0x9CE0AA) is unknown color: approx Chinook. HEX triplet: 9C, E0 and AA. RGB value is (156,224,170). Sum of RGB (Red+Green+Blue) = 156+224+170=550 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.36% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE0AA is #631F55. Grayscale: #C5C5C5. Windows color (decimal): -6496086 or 11198620. OLE color: 11198620.

HSL color Cylindrical-coordinate representation of color #9CE0AA: hue angle of 132.35º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CE0AA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB156224170-
CMYK0.3000.240.12
HSL132.35º52.31%74.51%-
HSV(B)132.35º30.36%87.84%-
XYZ47.6263.2847.73-
YUV197.51112.4798.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.36%
GREEN value IS 224 (87.89% from 255) = 40.73%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=28.36%
G=40.73%
B=30.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562241700.3000.240.12132.3552.3174.51
Hex9CE0AA1E018C84344b
Octal234340252360301420464113
Binary100111001110000010101010111100110001100100001001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,224,170); }

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

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

 a { background-color: rgb(156,224,170); }

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

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

 span { border-color: rgb(156,224,170); }

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