#99AE41

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

Shades of Limerick #99AE41

Tints of Limerick #99AE41

Color information

#99AE41 (or 0x99AE41) is unknown color: approx Limerick. HEX triplet: 99, AE and 41. RGB value is (153,174,65). Sum of RGB (Red+Green+Blue) = 153+174+65=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE41 is #6651BE. Grayscale: #9B9B9B. Windows color (decimal): -6705599 or 4304537. OLE color: 4304537.

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

Color convert

RGB15317465-
CMYK0.1200.630.32
HSL71.56º45.61%46.86%-
HSV(B)71.56º62.64%68.24%-
XYZ29.2337.4310.68-
YUV155.2977.04126.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 65 (25.78% from 255) = 16.58%
R=39.03%
G=44.39%
B=16.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174650.1200.630.3271.5645.6146.86
Hex99AE41C03F20482e2f
Octal23125610114077401105657
Binary10011001101011101000001110001111111000001001000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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