#9FC9B9

Color #9FC9B9 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #9FC9B9

Tints of Shadow Green #9FC9B9

Color information

#9FC9B9 (or 0x9FC9B9) is unknown color: approx Shadow Green. HEX triplet: 9F, C9 and B9. RGB value is (159,201,185). Sum of RGB (Red+Green+Blue) = 159+201+185=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC9B9 is #603646. Grayscale: #BABABA. Windows color (decimal): -6305351 or 12175775. OLE color: 12175775.

HSL color Cylindrical-coordinate representation of color #9FC9B9: hue angle of 157.14º degrees, saturation: 0.28, 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 #9FC9B9 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB159201185-
CMYK0.2100.080.21
HSL157.14º28%70.59%-
HSV(B)157.14º20.9%78.82%-
XYZ43.9452.6553.74-
YUV186.62127.09108.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.17%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=29.17%
G=36.88%
B=33.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592011850.2100.080.21157.142870.59
Hex9FC9B91508159d1c47
Octal237311271250102523534107
Binary10011111110010011011100110101010001010110011101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,201,185); }

 H1.HeaderClassName
 {
   color: #9FC9B9;
 }
 .AnyTagClassName
 {
   color: #9FC9B9;
 }
</style>
background-color css

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

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

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

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

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

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