Html Css Color HEX #9CE4AC Chinook

📋 copy color: '#9CE4AC'

red 156 ◦ green 228 ◦ blue 172

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

Shades of Chinook #9CE4AC

Tints of Chinook #9CE4AC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.01%

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

R = 28.06%
G = 41.01%
B = 30.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#9CE4AC (or 0x9CE4AC) is known color: Chinook. HEX triplet: 9C, E4 and AC. RGB value is (156,228,172). Sum of RGB (Red+Green+Blue) = 156+228+172=556 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.06% from 556); Green value is 228 (89.45% from 255 or 41.01% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE4AC is #631B53. Grayscale: #C8C8C8. Windows color (decimal): -6495060 or 11330716. OLE color: 11330716.

HSL color Cylindrical-coordinate representation of color #9CE4AC: hue angle of 133.33º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE4AC is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 228 172 -
CMYK 0.32 0 0.25 0.11
HSL 133.33º 0.57% 0.75% -
HSV(B) 133.33º 0.32% 0.89% -
XYZ 48.9 65.53 49.1 -
YUV 200.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 156 228 172 0.32 0 0.25 0.11 133.33 0.57 0.75
Hex 9C E4 AC 20 0 19 B 85 39 4B
Octal 234 344 254 40 0 31 13 205 71 113
Binary 10011100 11100100 10101100 100000 0 11001 1011 10000101 111001 1001011

Color Harmonies of #9CE4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE4AC

Black with #9CE4AC

Text Example


Text Example

White with #9CE4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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