#99AE24

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

Shades of Limerick #99AE24

Tints of Limerick #99AE24

Color information

#99AE24 (or 0x99AE24) is unknown color: approx Limerick. HEX triplet: 99, AE and 24. RGB value is (153,174,36). Sum of RGB (Red+Green+Blue) = 153+174+36=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE24 is #6651DB. Grayscale: #989898. Windows color (decimal): -6705628 or 2403993. OLE color: 2403993.

HSL color Cylindrical-coordinate representation of color #99AE24: hue angle of 69.13º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99AE24 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB15317436-
CMYK0.1200.790.32
HSL69.13º65.71%41.18%-
HSV(B)69.13º79.31%68.24%-
XYZ28.5937.177.34-
YUV151.9962.54128.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 36 (14.45% from 255) = 9.92%
R=42.15%
G=47.93%
B=9.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174360.1200.790.3269.1365.7141.18
Hex99AE24C04F20454229
Octal231256441401174010510251
Binary100110011010111010010011000100111110000010001011000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,174,36); }

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

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

 a { background-color: rgb(153,174,36); }

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

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

 span { border-color: rgb(153,174,36); }

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