#96AA25

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

Shades of Limerick #96AA25

Tints of Limerick #96AA25

Color information

#96AA25 (or 0x96AA25) is unknown color: approx Limerick. HEX triplet: 96, AA and 25. RGB value is (150,170,37). Sum of RGB (Red+Green+Blue) = 150+170+37=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96AA25 is #6955DA. Grayscale: #959595. Windows color (decimal): -6903259 or 2468502. OLE color: 2468502.

HSL color Cylindrical-coordinate representation of color #96AA25: hue angle of 69.02º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96AA25 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB15017037-
CMYK0.1200.780.33
HSL69.02º64.25%40.59%-
HSV(B)69.02º78.24%66.67%-
XYZ27.2935.377.14-
YUV148.8664.87128.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 37 (14.84% from 255) = 10.36%
R=42.02%
G=47.62%
B=10.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150170370.1200.780.3369.0264.2540.59
Hex96AA25C04E21454029
Octal226252451401164110510051
Binary100101101010101010010111000100111010000110001011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,170,37); }

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

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

 a { background-color: rgb(150,170,37); }

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

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

 span { border-color: rgb(150,170,37); }

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