#9FD958

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

Shades of Conifer #9FD958

Tints of Conifer #9FD958

Color information

#9FD958 (or 0x9FD958) is unknown color: approx Conifer. HEX triplet: 9F, D9 and 58. RGB value is (159,217,88). Sum of RGB (Red+Green+Blue) = 159+217+88=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD958 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD958 is #6026A7. Grayscale: #B9B9B9. Windows color (decimal): -6301352 or 5822879. OLE color: 5822879.

HSL color Cylindrical-coordinate representation of color #9FD958: hue angle of 86.98º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FD958 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB15921788-
CMYK0.2700.590.15
HSL86.98º62.93%59.8%-
HSV(B)86.98º59.45%85.1%-
XYZ40.8757.718.22-
YUV184.9573.28109.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.27%
GREEN value IS 217 (85.16% from 255) = 46.77%
BLUE value IS 88 (34.77% from 255) = 18.97%
R=34.27%
G=46.77%
B=18.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159217880.2700.590.1586.9862.9359.8
Hex9FD9581B03BF573f3c
Octal23733113033073171277774
Binary1001111111011001101100011011011101111111010111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,88); }

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

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

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

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

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

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

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