#9FFE60

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

Shades of Conifer #9FFE60

Tints of Conifer #9FFE60

Color information

#9FFE60 (or 0x9FFE60) is unknown color: approx Conifer. HEX triplet: 9F, FE and 60. RGB value is (159,254,96). Sum of RGB (Red+Green+Blue) = 159+254+96=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFE60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFE60 is #60019F. Grayscale: #D0D0D0. Windows color (decimal): -6291872 or 6356639. OLE color: 6356639.

HSL color Cylindrical-coordinate representation of color #9FFE60: hue angle of 96.08º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FFE60 is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB15925496-
CMYK0.3700.620.00
HSL96.08º98.75%68.63%-
HSV(B)96.08º62.2%99.61%-
XYZ51.8579.123.6-
YUV207.5865.0393.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 254 (99.61% from 255) = 49.90%
BLUE value IS 96 (37.89% from 255) = 18.86%
R=31.24%
G=49.90%
B=18.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal159254960.3700.620.0096.0898.7568.63
Hex9FFE602503E0606345
Octal237376140450760140143105
Binary1001111111111110110000010010101111100110000011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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