#96e95f

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

Shades of Conifer #96E95F

Tints of Conifer #96E95F

Color information

#96E95F (or 0x96E95F) is unknown color: approx Conifer. HEX triplet: 96, E9 and 5F. RGB value is (150,233,95). Sum of RGB (Red+Green+Blue) = 150+233+95=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #96E95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E95F is #6916A0. Grayscale: #C0C0C0. Windows color (decimal): -6887073 or 6285718. OLE color: 6285718.

HSL color Cylindrical-coordinate representation of color #96E95F: hue angle of 96.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96E95F is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB15023395-
CMYK0.3600.590.09
HSL96.09º75.82%64.31%-
HSV(B)96.09º59.23%91.37%-
XYZ43.7865.5921.18-
YUV192.457397.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.38%
GREEN value IS 233 (91.41% from 255) = 48.74%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=31.38%
G=48.74%
B=19.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150233950.3600.590.0996.0975.8264.31
Hex96E95F2403B9604c40
Octal2263511374407311140114100
Binary1001011011101001101111110010001110111001110000010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e95f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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