#9fde60

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

Shades of Conifer #9FDE60

Tints of Conifer #9FDE60

Color information

#9FDE60 (or 0x9FDE60) is unknown color: approx Conifer. HEX triplet: 9F, DE and 60. RGB value is (159,222,96). Sum of RGB (Red+Green+Blue) = 159+222+96=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 222 (87.11% from 255 or 46.54% from 477); Blue value is 96 (37.89% from 255 or 20.13% from 477); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE60 is #60219F. Grayscale: #BDBDBD. Windows color (decimal): -6300064 or 6348447. OLE color: 6348447.

HSL color Cylindrical-coordinate representation of color #9FDE60: hue angle of 90º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FDE60 is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB15922296-
CMYK0.2800.570.13
HSL90º65.62%62.35%-
HSV(B)90º56.76%87.06%-
XYZ42.5360.4620.49-
YUV188.875.63106.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 46.54%
BLUE value IS 96 (37.89% from 255) = 20.13%
R=33.33%
G=46.54%
B=20.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159222960.2800.570.139065.6262.35
Hex9FDE601C039D5a423e
Octal237336140340711513210276
Binary10011111110111101100000111000111001110110110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fde60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,96); }

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

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

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

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

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

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

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