#9FC959

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

Shades of Conifer #9FC959

Tints of Conifer #9FC959

Color information

#9FC959 (or 0x9FC959) is unknown color: approx Conifer. HEX triplet: 9F, C9 and 59. RGB value is (159,201,89). Sum of RGB (Red+Green+Blue) = 159+201+89=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC959 is #6036A6. Grayscale: #B0B0B0. Windows color (decimal): -6305447 or 5884319. OLE color: 5884319.

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

Color convert

RGB15920189-
CMYK0.2100.560.21
HSL82.5º50.91%56.86%-
HSV(B)82.5º55.72%78.82%-
XYZ36.9949.8717.13-
YUV175.6779.09116.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 201 (78.91% from 255) = 44.77%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=35.41%
G=44.77%
B=19.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159201890.2100.560.2182.550.9156.86
Hex9FC9591503815523339
Octal23731113125070251226371
Binary10011111110010011011001101010111000101011010010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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