#96AD30

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

Shades of Limerick #96AD30

Tints of Limerick #96AD30

Color information

#96AD30 (or 0x96AD30) is unknown color: approx Limerick. HEX triplet: 96, AD and 30. RGB value is (150,173,48). Sum of RGB (Red+Green+Blue) = 150+173+48=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AD30 is #6952CF. Grayscale: #989898. Windows color (decimal): -6902480 or 3190166. OLE color: 3190166.

HSL color Cylindrical-coordinate representation of color #96AD30: hue angle of 71.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96AD30 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB15017348-
CMYK0.1300.720.32
HSL71.04º56.56%43.33%-
HSV(B)71.04º72.25%67.84%-
XYZ28.0536.588.38-
YUV151.8769.38126.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 173 (67.97% from 255) = 46.63%
BLUE value IS 48 (19.14% from 255) = 12.94%
R=40.43%
G=46.63%
B=12.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150173480.1300.720.3271.0456.5643.33
Hex96AD30D0482047392b
Octal22625560150110401077153
Binary10010110101011011100001101010010001000001000111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,173,48); }

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

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

 a { background-color: rgb(150,173,48); }

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

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

 span { border-color: rgb(150,173,48); }

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