Html Css Color HEX #9FD49F Chinook

📋 copy color: '#9FD49F'

red 159 ◦ green 212 ◦ blue 159

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

Shades of Chinook #9FD49F

Tints of Chinook #9FD49F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40%

 BLUE value IS 159 (62.5% from 255) = 30%

R = 30%
G = 40%
B = 30%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#9FD49F (or 0x9FD49F) is known color: Chinook. HEX triplet: 9F, D4 and 9F. RGB value is (159,212,159). Sum of RGB (Red+Green+Blue) = 159+212+159=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD49F is #602B60. Grayscale: #BEBEBE. Windows color (decimal): -6302561 or 10474655. OLE color: 10474655.

HSL color Cylindrical-coordinate representation of color #9FD49F: hue angle of 120º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD49F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 212 159 -
CMYK 0.25 0 0.25 0.17
HSL 120º 0.38% 0.73% -
HSV(B) 120º 0.25% 0.83% -
XYZ 44.1 56.96 41.47 -
YUV 190.11 110.44 105.81 -
System Red Green Blue C M Y K H S L
Decimal 159 212 159 0.25 0 0.25 0.17 120 0.38 0.73
Hex 9F D4 9F 19 0 19 11 78 26 49
Octal 237 324 237 31 0 31 21 170 46 111
Binary 10011111 11010100 10011111 11001 0 11001 10001 1111000 100110 1001001

Color Harmonies of #9FD49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD49F

Black with #9FD49F

Text Example


Text Example

White with #9FD49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,212,159); }

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

background-color css

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

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

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

border-color css

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

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

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