#9FDB5F

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

Shades of Conifer #9FDB5F

Tints of Conifer #9FDB5F

Color information

#9FDB5F (or 0x9FDB5F) is unknown color: approx Conifer. HEX triplet: 9F, DB and 5F. RGB value is (159,219,95). Sum of RGB (Red+Green+Blue) = 159+219+95=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 95 (37.5% from 255 or 20.08% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB5F is #6024A0. Grayscale: #BBBBBB. Windows color (decimal): -6300833 or 6282143. OLE color: 6282143.

HSL color Cylindrical-coordinate representation of color #9FDB5F: hue angle of 89.03º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FDB5F is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB15921995-
CMYK0.2700.570.14
HSL89.03º63.27%61.57%-
HSV(B)89.03º56.62%85.88%-
XYZ41.758.8619.99-
YUV186.9276.12108.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 219 (85.94% from 255) = 46.30%
BLUE value IS 95 (37.5% from 255) = 20.08%
R=33.62%
G=46.30%
B=20.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal159219950.2700.570.1489.0363.2761.57
Hex9FDB5F1B039E593f3e
Octal23733313733071161317776
Binary1001111111011011101111111011011100111101011001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,219,95); }

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

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

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

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

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

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

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