Html Css Color HEX #9FC4A3 Chinook

📋 copy color: '#9FC4A3'

red 159 ◦ green 196 ◦ blue 163

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

Shades of Chinook #9FC4A3

Tints of Chinook #9FC4A3

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

 BLUE value IS 163 (64.06% from 255) = 31.47%

R = 30.69%
G = 37.84%
B = 31.47%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#9FC4A3 (or 0x9FC4A3) is known color: Chinook. HEX triplet: 9F, C4 and A3. RGB value is (159,196,163). Sum of RGB (Red+Green+Blue) = 159+196+163=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC4A3 is #603B5C. Grayscale: #B5B5B5. Windows color (decimal): -6306653 or 10732703. OLE color: 10732703.

HSL color Cylindrical-coordinate representation of color #9FC4A3: hue angle of 126.49º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FC4A3 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 196 163 -
CMYK 0.19 0 0.17 0.23
HSL 126.49º 0.24% 0.7% -
HSV(B) 126.49º 0.19% 0.77% -
XYZ 40.65 49.5 42.06 -
YUV 181.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 159 196 163 0.19 0 0.17 0.23 126.49 0.24 0.7
Hex 9F C4 A3 13 0 11 17 7E 18 46
Octal 237 304 243 23 0 21 27 176 30 106
Binary 10011111 11000100 10100011 10011 0 10001 10111 1111110 11000 1000110

Color Harmonies of #9FC4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC4A3

Black with #9FC4A3

Text Example


Text Example

White with #9FC4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,196,163); }

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

background-color css

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

 a { background-color: rgb(159,196,163); }

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

border-color css

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

 span { border-color: rgb(159,196,163); }

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