#9CE5A4

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

Shades of Chinook #9CE5A4

Tints of Chinook #9CE5A4

Color information

#9CE5A4 (or 0x9CE5A4) is unknown color: approx Chinook. HEX triplet: 9C, E5 and A4. RGB value is (156,229,164). Sum of RGB (Red+Green+Blue) = 156+229+164=549 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.42% from 549); Green value is 229 (89.84% from 255 or 41.71% from 549); Blue value is 164 (64.45% from 255 or 29.87% from 549); Max value from RGB is 229 - color contains mainly: green. Hex color #9CE5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE5A4 is #631A5B. Grayscale: #C7C7C7. Windows color (decimal): -6494812 or 10806684. OLE color: 10806684.

HSL color Cylindrical-coordinate representation of color #9CE5A4: hue angle of 126.58º 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 #9CE5A4 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB156229164-
CMYK0.3200.280.10
HSL126.58º58.4%75.49%-
HSV(B)126.58º31.88%89.8%-
XYZ48.4365.7945.27-
YUV199.76107.8296.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.42%
GREEN value IS 229 (89.84% from 255) = 41.71%
BLUE value IS 164 (64.45% from 255) = 29.87%
R=28.42%
G=41.71%
B=29.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1562291640.3200.280.10126.5858.475.49
Hex9CE5A42001CA7f3a4b
Octal234345244400341217772113
Binary100111001110010110100100100000011100101011111111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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