#99AE3A

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

Shades of Limerick #99AE3A

Tints of Limerick #99AE3A

Color information

#99AE3A (or 0x99AE3A) is unknown color: approx Limerick. HEX triplet: 99, AE and 3A. RGB value is (153,174,58). Sum of RGB (Red+Green+Blue) = 153+174+58=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AE3A is #6651C5. Grayscale: #9A9A9A. Windows color (decimal): -6705606 or 3845785. OLE color: 3845785.

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

Color convert

RGB15317458-
CMYK0.1200.670.32
HSL70.86º50%45.49%-
HSV(B)70.86º66.67%68.24%-
XYZ29.0437.359.68-
YUV154.573.54126.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 174 (68.36% from 255) = 45.19%
BLUE value IS 58 (23.05% from 255) = 15.06%
R=39.74%
G=45.19%
B=15.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153174580.1200.670.3270.865045.49
Hex99AE3AC0432047322d
Octal23125672140103401076255
Binary10011001101011101110101100010000111000001000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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