#99AC42

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

Shades of Limerick #99AC42

Tints of Limerick #99AC42

Color information

#99AC42 (or 0x99AC42) is unknown color: approx Limerick. HEX triplet: 99, AC and 42. RGB value is (153,172,66). Sum of RGB (Red+Green+Blue) = 153+172+66=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC42 is #6653BD. Grayscale: #9A9A9A. Windows color (decimal): -6706110 or 4369561. OLE color: 4369561.

HSL color Cylindrical-coordinate representation of color #99AC42: hue angle of 70.75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99AC42 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB15317266-
CMYK0.1100.620.33
HSL70.75º44.54%46.67%-
HSV(B)70.75º61.63%67.45%-
XYZ28.8736.6710.71-
YUV154.2478.21127.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=39.13%
G=43.99%
B=16.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153172660.1100.620.3370.7544.5446.67
Hex99AC42B03E21472d2f
Octal23125410213076411075557
Binary10011001101011001000010101101111101000011000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AC42; }

 p { color: rgb(153,172,66); }

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

<style>
 a { background-color: #99AC42; }

 a { background-color: rgb(153,172,66); }

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

<style>
 span { border-color: #99AC42; }

 span { border-color: rgb(153,172,66); }

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