Html Css Color HEX #9DCEA8 Chinook

📋 copy color: '#9DCEA8'

red 157 ◦ green 206 ◦ blue 168

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

Shades of Chinook #9DCEA8

Tints of Chinook #9DCEA8

RGB

 RED value IS 157 (61.72% from 255) = 29.57%

 GREEN value IS 206 (80.86% from 255) = 38.79%

 BLUE value IS 168 (66.02% from 255) = 31.64%

R = 29.57%
G = 38.79%
B = 31.64%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#9DCEA8 (or 0x9DCEA8) is known color: Chinook. HEX triplet: 9D, CE and A8. RGB value is (157,206,168). Sum of RGB (Red+Green+Blue) = 157+206+168=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 168 (66.02% from 255 or 31.64% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEA8 is #623157. Grayscale: #BBBBBB. Windows color (decimal): -6435160 or 11062941. OLE color: 11062941.

HSL color Cylindrical-coordinate representation of color #9DCEA8: hue angle of 133.47º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCEA8 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 157 206 168 -
CMYK 0.24 0 0.18 0.19
HSL 133.47º 0.33% 0.71% -
HSV(B) 133.47º 0.24% 0.81% -
XYZ 43.04 54.14 45.23 -
YUV 187.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 157 206 168 0.24 0 0.18 0.19 133.47 0.33 0.71
Hex 9D CE A8 18 0 12 13 85 21 47
Octal 235 316 250 30 0 22 23 205 41 107
Binary 10011101 11001110 10101000 11000 0 10010 10011 10000101 100001 1000111

Color Harmonies of #9DCEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCEA8

Black with #9DCEA8

Text Example


Text Example

White with #9DCEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,206,168); }

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

background-color css

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

 a { background-color: rgb(157,206,168); }

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

border-color css

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

 span { border-color: rgb(157,206,168); }

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