#99ac30

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

Shades of Limerick #99AC30

Tints of Limerick #99AC30

Color information

#99AC30 (or 0x99AC30) is unknown color: approx Limerick. HEX triplet: 99, AC and 30. RGB value is (153,172,48). Sum of RGB (Red+Green+Blue) = 153+172+48=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 172 (67.58% from 255 or 46.11% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC30 is #6653CF. Grayscale: #989898. Windows color (decimal): -6706128 or 3189913. OLE color: 3189913.

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

Color convert

RGB15317248-
CMYK0.1100.720.33
HSL69.19º56.36%43.14%-
HSV(B)69.19º72.09%67.45%-
XYZ28.4236.498.34-
YUV152.1869.21128.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 172 (67.58% from 255) = 46.11%
BLUE value IS 48 (19.14% from 255) = 12.87%
R=41.02%
G=46.11%
B=12.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153172480.1100.720.3369.1956.3643.14
Hex99AC30B0482145382b
Octal23125460130110411057053
Binary10011001101011001100001011010010001000011000101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99ac30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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