Html Css Color HEX #9CE1AA Chinook

📋 copy color: '#9CE1AA'

red 156 ◦ green 225 ◦ blue 170

#9CE1AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9CE1AA

Tints of Chinook #9CE1AA

RGB

 RED value IS 156 (61.33% from 255) = 28.31%

 GREEN value IS 225 (88.28% from 255) = 40.83%

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 28.31%
G = 40.83%
B = 30.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#9CE1AA (or 0x9CE1AA) is known color: Chinook. HEX triplet: 9C, E1 and AA. RGB value is (156,225,170). Sum of RGB (Red+Green+Blue) = 156+225+170=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 225 (88.28% from 255 or 40.83% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE1AA is #631E55. Grayscale: #C6C6C6. Windows color (decimal): -6495830 or 11198876. OLE color: 11198876.

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

Color convert

RGB 156 225 170 -
CMYK 0.31 0 0.24 0.12
HSL 132.17º 0.53% 0.75% -
HSV(B) 132.17º 0.31% 0.88% -
XYZ 47.89 63.82 47.82 -
YUV 198.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 156 225 170 0.31 0 0.24 0.12 132.17 0.53 0.75
Hex 9C E1 AA 1F 0 18 C 84 35 4B
Octal 234 341 252 37 0 30 14 204 65 113
Binary 10011100 11100001 10101010 11111 0 11000 1100 10000100 110101 1001011

Color Harmonies of #9CE1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1AA

Black with #9CE1AA

Text Example


Text Example

White with #9CE1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CE1AA;
 }
 .AnyTagClassName
 {
   color: #9CE1AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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