Html Css Color HEX #9DDEA2 Chinook

📋 copy color: '#9DDEA2'

red 157 ◦ green 222 ◦ blue 162

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

Shades of Chinook #9DDEA2

Tints of Chinook #9DDEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.94%

R = 29.02%
G = 41.04%
B = 29.94%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#9DDEA2 (or 0x9DDEA2) is known color: Chinook. HEX triplet: 9D, DE and A2. RGB value is (157,222,162). Sum of RGB (Red+Green+Blue) = 157+222+162=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA2 is #62215D. Grayscale: #C3C3C3. Windows color (decimal): -6431070 or 10673821. OLE color: 10673821.

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

Color convert

RGB 157 222 162 -
CMYK 0.29 0 0.27 0.13
HSL 124.62º 0.5% 0.74% -
HSV(B) 124.62º 0.29% 0.87% -
XYZ 46.55 62.02 43.7 -
YUV 195.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 157 222 162 0.29 0 0.27 0.13 124.62 0.5 0.74
Hex 9D DE A2 1D 0 1B D 7D 32 4A
Octal 235 336 242 35 0 33 15 175 62 112
Binary 10011101 11011110 10100010 11101 0 11011 1101 1111101 110010 1001010

Color Harmonies of #9DDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEA2

Black with #9DDEA2

Text Example


Text Example

White with #9DDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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