#99AE37

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

Shades of Limerick #99AE37

Tints of Limerick #99AE37

Color information

#99AE37 (or 0x99AE37) is unknown color: approx Limerick. HEX triplet: 99, AE and 37. RGB value is (153,174,55). Sum of RGB (Red+Green+Blue) = 153+174+55=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 174 (68.36% from 255 or 45.55% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE37 is #6651C8. Grayscale: #9A9A9A. Windows color (decimal): -6705609 or 3649177. OLE color: 3649177.

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

Color convert

RGB15317455-
CMYK0.1200.680.32
HSL70.59º51.97%44.9%-
HSV(B)70.59º68.39%68.24%-
XYZ28.9637.329.29-
YUV154.1672.04127.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 174 (68.36% from 255) = 45.55%
BLUE value IS 55 (21.88% from 255) = 14.40%
R=40.05%
G=45.55%
B=14.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174550.1200.680.3270.5951.9744.9
Hex99AE37C0442047342d
Octal23125667140104401076455
Binary10011001101011101101111100010001001000001000111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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