Html Css Color HEX #9FDCA3 Chinook

📋 copy color: '#9FDCA3'

red 159 ◦ green 220 ◦ blue 163

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

Shades of Chinook #9FDCA3

Tints of Chinook #9FDCA3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 29.34%
G = 40.59%
B = 30.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#9FDCA3 (or 0x9FDCA3) is known color: Chinook. HEX triplet: 9F, DC and A3. RGB value is (159,220,163). Sum of RGB (Red+Green+Blue) = 159+220+163=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 163 (64.06% from 255 or 30.07% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDCA3 is #60235C. Grayscale: #C3C3C3. Windows color (decimal): -6300509 or 10738847. OLE color: 10738847.

HSL color Cylindrical-coordinate representation of color #9FDCA3: hue angle of 123.93º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDCA3 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 163 -
CMYK 0.28 0 0.26 0.14
HSL 123.93º 0.47% 0.74% -
HSV(B) 123.93º 0.28% 0.86% -
XYZ 46.5 61.2 44.01 -
YUV 195.26 109.79 102.13 -
System Red Green Blue C M Y K H S L
Decimal 159 220 163 0.28 0 0.26 0.14 123.93 0.47 0.74
Hex 9F DC A3 1C 0 1A E 7C 2F 4A
Octal 237 334 243 34 0 32 16 174 57 112
Binary 10011111 11011100 10100011 11100 0 11010 1110 1111100 101111 1001010

Color Harmonies of #9FDCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDCA3

Black with #9FDCA3

Text Example


Text Example

White with #9FDCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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