Html Css Color HEX #9DDEA8 Chinook

📋 copy color: '#9DDEA8'

red 157 ◦ green 222 ◦ blue 168

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

Shades of Chinook #9DDEA8

Tints of Chinook #9DDEA8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.59%

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

R = 28.7%
G = 40.59%
B = 30.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#9DDEA8 (or 0x9DDEA8) is known color: Chinook. HEX triplet: 9D, DE and A8. RGB value is (157,222,168). Sum of RGB (Red+Green+Blue) = 157+222+168=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA8 is #622157. Grayscale: #C4C4C4. Windows color (decimal): -6431064 or 11067037. OLE color: 11067037.

HSL color Cylindrical-coordinate representation of color #9DDEA8: hue angle of 130.15º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEA8 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 168 -
CMYK 0.29 0 0.24 0.13
HSL 130.15º 0.5% 0.74% -
HSV(B) 130.15º 0.29% 0.87% -
XYZ 47.09 62.24 46.58 -
YUV 196.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 157 222 168 0.29 0 0.24 0.13 130.15 0.5 0.74
Hex 9D DE A8 1D 0 18 D 82 32 4A
Octal 235 336 250 35 0 30 15 202 62 112
Binary 10011101 11011110 10101000 11101 0 11000 1101 10000010 110010 1001010

Color Harmonies of #9DDEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEA8

Black with #9DDEA8

Text Example


Text Example

White with #9DDEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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