Html Css Color HEX #9EDEA2 Chinook

📋 copy color: '#9EDEA2'

red 158 ◦ green 222 ◦ blue 162

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

Shades of Chinook #9EDEA2

Tints of Chinook #9EDEA2

RGB

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

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

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

R = 29.15%
G = 40.96%
B = 29.89%

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

#9EDEA2 (or 0x9EDEA2) is known color: Chinook. HEX triplet: 9E, DE and A2. RGB value is (158,222,162). Sum of RGB (Red+Green+Blue) = 158+222+162=542 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.15% from 542); Green value is 222 (87.11% from 255 or 40.96% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDEA2 is #61215D. Grayscale: #C4C4C4. Windows color (decimal): -6365534 or 10673822. OLE color: 10673822.

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

Color convert

RGB 158 222 162 -
CMYK 0.29 0 0.27 0.13
HSL 123.75º 0.49% 0.75% -
HSV(B) 123.75º 0.29% 0.87% -
XYZ 46.74 62.12 43.71 -
YUV 196.02 108.8 100.88 -
System Red Green Blue C M Y K H S L
Decimal 158 222 162 0.29 0 0.27 0.13 123.75 0.49 0.75
Hex 9E DE A2 1D 0 1B D 7C 31 4B
Octal 236 336 242 35 0 33 15 174 61 113
Binary 10011110 11011110 10100010 11101 0 11011 1101 1111100 110001 1001011

Color Harmonies of #9EDEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEA2

Black with #9EDEA2

Text Example


Text Example

White with #9EDEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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