#9FFF5E

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

Shades of Conifer #9FFF5E

Tints of Conifer #9FFF5E

Color information

#9FFF5E (or 0x9FFF5E) is unknown color: approx Conifer. HEX triplet: 9F, FF and 5E. RGB value is (159,255,94). Sum of RGB (Red+Green+Blue) = 159+255+94=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF5E is #6000A1. Grayscale: #D0D0D0. Windows color (decimal): -6291618 or 6225823. OLE color: 6225823.

HSL color Cylindrical-coordinate representation of color #9FFF5E: hue angle of 95.78º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9FFF5E is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB15925594-
CMYK0.3800.630
HSL95.78º100%68.43%-
HSV(B)95.78º63.14%100%-
XYZ52.0879.723.23-
YUV207.9463.793.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 94 (37.11% from 255) = 18.50%
R=31.30%
G=50.20%
B=18.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal159255940.3800.63095.7810068.43
Hex9FFF5E2603F0606444
Octal237377136460770140144104
Binary1001111111111111101111010011001111110110000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,255,94); }

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

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

 a { background-color: rgb(159,255,94); }

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

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

 span { border-color: rgb(159,255,94); }

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