Html Css Color HEX #9FCAA0 Chinook

📋 copy color: '#9FCAA0'

red 159 ◦ green 202 ◦ blue 160

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

Shades of Chinook #9FCAA0

Tints of Chinook #9FCAA0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 160 (62.89% from 255) = 30.71%

R = 30.52%
G = 38.77%
B = 30.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#9FCAA0 (or 0x9FCAA0) is known color: Chinook. HEX triplet: 9F, CA and A0. RGB value is (159,202,160). Sum of RGB (Red+Green+Blue) = 159+202+160=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCAA0 is #60355F. Grayscale: #B8B8B8. Windows color (decimal): -6305120 or 10537631. OLE color: 10537631.

HSL color Cylindrical-coordinate representation of color #9FCAA0: hue angle of 121.4º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAA0 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 160 -
CMYK 0.21 0 0.21 0.21
HSL 121.4º 0.29% 0.71% -
HSV(B) 121.4º 0.21% 0.79% -
XYZ 41.76 52.15 41.12 -
YUV 184.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 159 202 160 0.21 0 0.21 0.21 121.4 0.29 0.71
Hex 9F CA A0 15 0 15 15 79 1D 47
Octal 237 312 240 25 0 25 25 171 35 107
Binary 10011111 11001010 10100000 10101 0 10101 10101 1111001 11101 1000111

Color Harmonies of #9FCAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCAA0

Black with #9FCAA0

Text Example


Text Example

White with #9FCAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,160); }

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

background-color css

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

 a { background-color: rgb(159,202,160); }

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

border-color css

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

 span { border-color: rgb(159,202,160); }

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