Html Css Color HEX #9EDEA7 Chinook

📋 copy color: '#9EDEA7'

red 158 ◦ green 222 ◦ blue 167

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

Shades of Chinook #9EDEA7

Tints of Chinook #9EDEA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.53%

R = 28.88%
G = 40.59%
B = 30.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#9EDEA7 (or 0x9EDEA7) is known color: Chinook. HEX triplet: 9E, DE and A7. RGB value is (158,222,167). Sum of RGB (Red+Green+Blue) = 158+222+167=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 222 (87.11% from 255 or 40.59% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDEA7 is #612158. Grayscale: #C4C4C4. Windows color (decimal): -6365529 or 11001502. OLE color: 11001502.

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

Color convert

RGB 158 222 167 -
CMYK 0.29 0 0.25 0.13
HSL 128.44º 0.49% 0.75% -
HSV(B) 128.44º 0.29% 0.87% -
XYZ 47.2 62.3 46.1 -
YUV 196.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 158 222 167 0.29 0 0.25 0.13 128.44 0.49 0.75
Hex 9E DE A7 1D 0 19 D 80 31 4B
Octal 236 336 247 35 0 31 15 200 61 113
Binary 10011110 11011110 10100111 11101 0 11001 1101 10000000 110001 1001011

Color Harmonies of #9EDEA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEA7

Black with #9EDEA7

Text Example


Text Example

White with #9EDEA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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