#9FE560

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

Shades of Conifer #9FE560

Tints of Conifer #9FE560

Color information

#9FE560 (or 0x9FE560) is unknown color: approx Conifer. HEX triplet: 9F, E5 and 60. RGB value is (159,229,96). Sum of RGB (Red+Green+Blue) = 159+229+96=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE560 is #601A9F. Grayscale: #C1C1C1. Windows color (decimal): -6298272 or 6350239. OLE color: 6350239.

HSL color Cylindrical-coordinate representation of color #9FE560: hue angle of 91.58º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FE560 is Cyan = 0.31, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB15922996-
CMYK0.3100.580.10
HSL91.58º71.89%63.73%-
HSV(B)91.58º58.08%89.8%-
XYZ44.4364.2521.13-
YUV192.9173.31103.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 229 (89.84% from 255) = 47.31%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=32.85%
G=47.31%
B=19.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159229960.3100.580.1091.5871.8963.73
Hex9FE5601F03AA5c4840
Octal2373451403707212134110100
Binary100111111110010111000001111101110101010101110010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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