Html Css Color HEX #9EDDA2 Chinook

📋 copy color: '#9EDDA2'

red 158 ◦ green 221 ◦ blue 162

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

Shades of Chinook #9EDDA2

Tints of Chinook #9EDDA2

RGB

 RED value IS 158 (62.11% from 255) = 29.21%

 GREEN value IS 221 (86.72% from 255) = 40.85%

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

R = 29.21%
G = 40.85%
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

#9EDDA2 (or 0x9EDDA2) is known color: Chinook. HEX triplet: 9E, DD and A2. RGB value is (158,221,162). Sum of RGB (Red+Green+Blue) = 158+221+162=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDDA2 is #61225D. Grayscale: #C3C3C3. Windows color (decimal): -6365790 or 10673566. OLE color: 10673566.

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

Color convert

RGB 158 221 162 -
CMYK 0.29 0 0.27 0.13
HSL 123.81º 0.48% 0.74% -
HSV(B) 123.81º 0.29% 0.87% -
XYZ 46.48 61.59 43.62 -
YUV 195.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 158 221 162 0.29 0 0.27 0.13 123.81 0.48 0.74
Hex 9E DD A2 1D 0 1B D 7C 30 4A
Octal 236 335 242 35 0 33 15 174 60 112
Binary 10011110 11011101 10100010 11101 0 11011 1101 1111100 110000 1001010

Color Harmonies of #9EDDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDDA2

Black with #9EDDA2

Text Example


Text Example

White with #9EDDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,162); }

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

background-color css

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

 a { background-color: rgb(158,221,162); }

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

border-color css

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

 span { border-color: rgb(158,221,162); }

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