Html Css Color HEX #9EDFAD Chinook

📋 copy color: '#9EDFAD'

red 158 ◦ green 223 ◦ blue 173

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

Shades of Chinook #9EDFAD

Tints of Chinook #9EDFAD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.25%

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 28.52%
G = 40.25%
B = 31.23%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#9EDFAD (or 0x9EDFAD) is known color: Chinook. HEX triplet: 9E, DF and AD. RGB value is (158,223,173). Sum of RGB (Red+Green+Blue) = 158+223+173=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDFAD is #612052. Grayscale: #C6C6C6. Windows color (decimal): -6365267 or 11394974. OLE color: 11394974.

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

Color convert

RGB 158 223 173 -
CMYK 0.29 0 0.22 0.13
HSL 133.85º 0.5% 0.75% -
HSV(B) 133.85º 0.29% 0.87% -
XYZ 48.03 63.06 49.18 -
YUV 197.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 158 223 173 0.29 0 0.22 0.13 133.85 0.5 0.75
Hex 9E DF AD 1D 0 16 D 86 32 4B
Octal 236 337 255 35 0 26 15 206 62 113
Binary 10011110 11011111 10101101 11101 0 10110 1101 10000110 110010 1001011

Color Harmonies of #9EDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFAD

Black with #9EDFAD

Text Example


Text Example

White with #9EDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,173); }

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

background-color css

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

 a { background-color: rgb(158,223,173); }

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

border-color css

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

 span { border-color: rgb(158,223,173); }

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