#96AE41

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

Shades of Limerick #96AE41

Tints of Limerick #96AE41

Color information

#96AE41 (or 0x96AE41) is unknown color: approx Limerick. HEX triplet: 96, AE and 41. RGB value is (150,174,65). Sum of RGB (Red+Green+Blue) = 150+174+65=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #96AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AE41 is #6951BE. Grayscale: #9A9A9A. Windows color (decimal): -6902207 or 4304534. OLE color: 4304534.

HSL color Cylindrical-coordinate representation of color #96AE41: hue angle of 73.21º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96AE41 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB15017465-
CMYK0.1400.630.32
HSL73.21º45.61%46.86%-
HSV(B)73.21º62.64%68.24%-
XYZ28.6737.1410.66-
YUV154.477.55124.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=38.56%
G=44.73%
B=16.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150174650.1400.630.3273.2145.6146.86
Hex96AE41E03F20492e2f
Octal22625610116077401115657
Binary10010110101011101000001111001111111000001001001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,174,65); }

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

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

 a { background-color: rgb(150,174,65); }

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

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

 span { border-color: rgb(150,174,65); }

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