#9CE3AC

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

Shades of Chinook #9CE3AC

Tints of Chinook #9CE3AC

Color information

#9CE3AC (or 0x9CE3AC) is unknown color: approx Chinook. HEX triplet: 9C, E3 and AC. RGB value is (156,227,172). Sum of RGB (Red+Green+Blue) = 156+227+172=555 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.11% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE3AC is #631C53. Grayscale: #C7C7C7. Windows color (decimal): -6495316 or 11330460. OLE color: 11330460.

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

Color convert

RGB156227172-
CMYK0.3100.240.11
HSL133.52º55.91%75.1%-
HSV(B)133.52º31.28%89.02%-
XYZ48.6364.9849.01-
YUV199.5112.4896.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.11%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=28.11%
G=40.90%
B=30.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562271720.3100.240.11133.5255.9175.1
Hex9CE3AC1F018B86384b
Octal234343254370301320670113
Binary100111001110001110101100111110110001011100001101110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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