Html Css Color HEX #9CE1AC Chinook

📋 copy color: '#9CE1AC'

red 156 ◦ green 225 ◦ blue 172

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

Shades of Chinook #9CE1AC

Tints of Chinook #9CE1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.1%

R = 28.21%
G = 40.69%
B = 31.1%

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

#9CE1AC (or 0x9CE1AC) is known color: Chinook. HEX triplet: 9C, E1 and AC. RGB value is (156,225,172). Sum of RGB (Red+Green+Blue) = 156+225+172=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #9CE1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE1AC is #631E53. Grayscale: #C6C6C6. Windows color (decimal): -6495828 or 11329948. OLE color: 11329948.

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

Color convert

RGB 156 225 172 -
CMYK 0.31 0 0.24 0.12
HSL 133.91º 0.53% 0.75% -
HSV(B) 133.91º 0.31% 0.88% -
XYZ 48.08 63.9 48.83 -
YUV 198.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 156 225 172 0.31 0 0.24 0.12 133.91 0.53 0.75
Hex 9C E1 AC 1F 0 18 C 86 35 4B
Octal 234 341 254 37 0 30 14 206 65 113
Binary 10011100 11100001 10101100 11111 0 11000 1100 10000110 110101 1001011

Color Harmonies of #9CE1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE1AC

Black with #9CE1AC

Text Example


Text Example

White with #9CE1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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