#9CE1AC

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

Shades of Chinook #9CE1AC

Tints of Chinook #9CE1AC

Color information

#9CE1AC (or 0x9CE1AC) is unknown color: approx Chinook. HEX triplet: 9C, E1 and AC. RGB value is (156,225,172). Sum of RGB (Red+Green+Blue) = 156+225+172=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE1AC is #631E53. Grayscale: #C6C6C6. Windows color (decimal): -6495828 or 11329948. OLE color: 11329948.

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

Color convert

RGB156225172-
CMYK0.3100.240.12
HSL133.91º53.49%74.71%-
HSV(B)133.91º30.67%88.24%-
XYZ48.0863.948.83-
YUV198.33113.1497.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.21%
GREEN value IS 225 (88.28% from 255) = 40.69%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=28.21%
G=40.69%
B=31.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562251720.3100.240.12133.9153.4974.71
Hex9CE1AC1F018C86354b
Octal234341254370301420665113
Binary100111001110000110101100111110110001100100001101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,225,172); }

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

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

 a { background-color: rgb(156,225,172); }

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

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

 span { border-color: rgb(156,225,172); }

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