#96FA5F

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

Shades of Conifer #96FA5F

Tints of Conifer #96FA5F

Color information

#96FA5F (or 0x96FA5F) is unknown color: approx Conifer. HEX triplet: 96, FA and 5F. RGB value is (150,250,95). Sum of RGB (Red+Green+Blue) = 150+250+95=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 250 (98.05% from 255 or 50.51% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA5F is #6905A0. Grayscale: #CACACA. Windows color (decimal): -6882721 or 6290070. OLE color: 6290070.

HSL color Cylindrical-coordinate representation of color #96FA5F: hue angle of 98.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96FA5F is Cyan = 0.4, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB15025095-
CMYK0.400.620.02
HSL98.71º93.94%67.65%-
HSV(B)98.71º62%98.04%-
XYZ48.8375.6822.86-
YUV202.4367.3790.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.30%
GREEN value IS 250 (98.05% from 255) = 50.51%
BLUE value IS 95 (37.5% from 255) = 19.19%
R=30.30%
G=50.51%
B=19.19%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150250950.400.620.0298.7193.9467.65
Hex96FA5F2803E2635e44
Octal226372137500762143136104
Binary10010110111110101011111101000011111010110001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FA5F; }

 p { color: rgb(150,250,95); }

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

<style>
 a { background-color: #96FA5F; }

 a { background-color: rgb(150,250,95); }

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

<style>
 span { border-color: #96FA5F; }

 span { border-color: rgb(150,250,95); }

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