Html Css Color HEX #9DDEA0 Chinook

📋 copy color: '#9DDEA0'

red 157 ◦ green 222 ◦ blue 160

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

Shades of Chinook #9DDEA0

Tints of Chinook #9DDEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.68%

R = 29.13%
G = 41.19%
B = 29.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#9DDEA0 (or 0x9DDEA0) is known color: Chinook. HEX triplet: 9D, DE and A0. RGB value is (157,222,160). Sum of RGB (Red+Green+Blue) = 157+222+160=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 160 (62.89% from 255 or 29.68% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA0 is #62215F. Grayscale: #C3C3C3. Windows color (decimal): -6431072 or 10542749. OLE color: 10542749.

HSL color Cylindrical-coordinate representation of color #9DDEA0: hue angle of 122.77º 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 #9DDEA0 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 160 -
CMYK 0.29 0 0.28 0.13
HSL 122.77º 0.5% 0.74% -
HSV(B) 122.77º 0.29% 0.87% -
XYZ 46.37 61.95 42.77 -
YUV 195.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 157 222 160 0.29 0 0.28 0.13 122.77 0.5 0.74
Hex 9D DE A0 1D 0 1C D 7B 32 4A
Octal 235 336 240 35 0 34 15 173 62 112
Binary 10011101 11011110 10100000 11101 0 11100 1101 1111011 110010 1001010

Color Harmonies of #9DDEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEA0

Black with #9DDEA0

Text Example


Text Example

White with #9DDEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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