#96e15f

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

Shades of Conifer #96E15F

Tints of Conifer #96E15F

Color information

#96E15F (or 0x96E15F) is unknown color: approx Conifer. HEX triplet: 96, E1 and 5F. RGB value is (150,225,95). Sum of RGB (Red+Green+Blue) = 150+225+95=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #96E15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E15F is #691EA0. Grayscale: #BCBCBC. Windows color (decimal): -6889121 or 6283670. OLE color: 6283670.

HSL color Cylindrical-coordinate representation of color #96E15F: hue angle of 94.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #96E15F is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB15022595-
CMYK0.3300.580.12
HSL94.62º68.42%62.75%-
HSV(B)94.62º57.78%88.24%-
XYZ41.5761.1620.44-
YUV187.7675.65101.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.91%
GREEN value IS 225 (88.28% from 255) = 47.87%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=31.91%
G=47.87%
B=20.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150225950.3300.580.1294.6268.4262.75
Hex96E15F2103AC5f443f
Octal226341137410721413710477
Binary100101101110000110111111000010111010110010111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e15f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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