Html Css Color HEX #9CD8A9 Chinook

📋 copy color: '#9CD8A9'

red 156 ◦ green 216 ◦ blue 169

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

Shades of Chinook #9CD8A9

Tints of Chinook #9CD8A9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.93%

 BLUE value IS 169 (66.41% from 255) = 31.24%

R = 28.84%
G = 39.93%
B = 31.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#9CD8A9 (or 0x9CD8A9) is known color: Chinook. HEX triplet: 9C, D8 and A9. RGB value is (156,216,169). Sum of RGB (Red+Green+Blue) = 156+216+169=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #9CD8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CD8A9 is #632756. Grayscale: #C0C0C0. Windows color (decimal): -6498135 or 11131036. OLE color: 11131036.

HSL color Cylindrical-coordinate representation of color #9CD8A9: hue angle of 133º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CD8A9 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 216 169 -
CMYK 0.28 0 0.22 0.15
HSL 133º 0.43% 0.73% -
HSV(B) 133º 0.28% 0.85% -
XYZ 45.43 59.04 46.54 -
YUV 192.7 114.62 101.82 -
System Red Green Blue C M Y K H S L
Decimal 156 216 169 0.28 0 0.22 0.15 133 0.43 0.73
Hex 9C D8 A9 1C 0 16 F 85 2B 49
Octal 234 330 251 34 0 26 17 205 53 111
Binary 10011100 11011000 10101001 11100 0 10110 1111 10000101 101011 1001001

Color Harmonies of #9CD8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD8A9

Black with #9CD8A9

Text Example


Text Example

White with #9CD8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,216,169); }

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

background-color css

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

 a { background-color: rgb(156,216,169); }

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

border-color css

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

 span { border-color: rgb(156,216,169); }

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