#96e953

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

Shades of Conifer #96E953

Tints of Conifer #96E953

Color information

#96E953 (or 0x96E953) is unknown color: approx Conifer. HEX triplet: 96, E9 and 53. RGB value is (150,233,83). Sum of RGB (Red+Green+Blue) = 150+233+83=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #96E953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E953 is #6916AC. Grayscale: #BFBFBF. Windows color (decimal): -6887085 or 5499286. OLE color: 5499286.

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

Color convert

RGB15023383-
CMYK0.3600.640.09
HSL93.2º77.32%61.96%-
HSV(B)93.2º64.38%91.37%-
XYZ43.2865.3918.52-
YUV191.086798.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.19%
GREEN value IS 233 (91.41% from 255) = 50%
BLUE value IS 83 (32.81% from 255) = 17.81%
R=32.19%
G=50%
B=17.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal150233830.3600.640.0993.277.3261.96
Hex96E9532404095d4d3e
Octal2263511234401001113511576
Binary1001011011101001101001110010001000000100110111011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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