#9CE3AF

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

Shades of Chinook #9CE3AF

Tints of Chinook #9CE3AF

Color information

#9CE3AF (or 0x9CE3AF) is unknown color: approx Chinook. HEX triplet: 9C, E3 and AF. RGB value is (156,227,175). Sum of RGB (Red+Green+Blue) = 156+227+175=558 (73% of max value = 765). Red value is 156 (61.33% from 255 or 27.96% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE3AF is #631C50. Grayscale: #C7C7C7. Windows color (decimal): -6495313 or 11527068. OLE color: 11527068.

HSL color Cylindrical-coordinate representation of color #9CE3AF: hue angle of 136.06º 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 #9CE3AF is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB156227175-
CMYK0.3100.230.11
HSL136.06º55.91%75.1%-
HSV(B)136.06º31.28%89.02%-
XYZ48.9265.150.55-
YUV199.84113.9896.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.96%
GREEN value IS 227 (89.06% from 255) = 40.68%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=27.96%
G=40.68%
B=31.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562271750.3100.230.11136.0655.9175.1
Hex9CE3AF1F017B88384b
Octal234343257370271321070113
Binary100111001110001110101111111110101111011100010001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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