#9CE5AF

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

Shades of Chinook #9CE5AF

Tints of Chinook #9CE5AF

Color information

#9CE5AF (or 0x9CE5AF) is unknown color: approx Chinook. HEX triplet: 9C, E5 and AF. RGB value is (156,229,175). Sum of RGB (Red+Green+Blue) = 156+229+175=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE5AF is #631A50. Grayscale: #C9C9C9. Windows color (decimal): -6494801 or 11527580. OLE color: 11527580.

HSL color Cylindrical-coordinate representation of color #9CE5AF: hue angle of 135.62º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE5AF is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB156229175-
CMYK0.3200.240.10
HSL135.62º58.4%75.49%-
HSV(B)135.62º31.88%89.8%-
XYZ49.4766.250.73-
YUV201.02113.3295.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.86%
GREEN value IS 229 (89.84% from 255) = 40.89%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=27.86%
G=40.89%
B=31.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1562291750.3200.240.10135.6258.475.49
Hex9CE5AF20018A883a4b
Octal234345257400301221072113
Binary1001110011100101101011111000000110001010100010001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,229,175); }

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

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

 a { background-color: rgb(156,229,175); }

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

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

 span { border-color: rgb(156,229,175); }

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