Html Css Color HEX #9FDFAD Chinook

📋 copy color: '#9FDFAD'

red 159 ◦ green 223 ◦ blue 173

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

Shades of Chinook #9FDFAD

Tints of Chinook #9FDFAD

RGB

 RED value IS 159 (62.5% from 255) = 28.65%

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

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

R = 28.65%
G = 40.18%
B = 31.17%

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

#9FDFAD (or 0x9FDFAD) is known color: Chinook. HEX triplet: 9F, DF and AD. RGB value is (159,223,173). Sum of RGB (Red+Green+Blue) = 159+223+173=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDFAD is #602052. Grayscale: #C6C6C6. Windows color (decimal): -6299731 or 11394975. OLE color: 11394975.

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

Color convert

RGB 159 223 173 -
CMYK 0.29 0 0.22 0.13
HSL 133.13º 0.5% 0.75% -
HSV(B) 133.13º 0.29% 0.87% -
XYZ 48.23 63.16 49.19 -
YUV 198.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 159 223 173 0.29 0 0.22 0.13 133.13 0.5 0.75
Hex 9F DF AD 1D 0 16 D 85 32 4B
Octal 237 337 255 35 0 26 15 205 62 113
Binary 10011111 11011111 10101101 11101 0 10110 1101 10000101 110010 1001011

Color Harmonies of #9FDFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDFAD

Black with #9FDFAD

Text Example


Text Example

White with #9FDFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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