#99AD35

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

Shades of Limerick #99AD35

Tints of Limerick #99AD35

Color information

#99AD35 (or 0x99AD35) is unknown color: approx Limerick. HEX triplet: 99, AD and 35. RGB value is (153,173,53). Sum of RGB (Red+Green+Blue) = 153+173+53=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AD35 is #6652CA. Grayscale: #999999. Windows color (decimal): -6705867 or 3517849. OLE color: 3517849.

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

Color convert

RGB15317353-
CMYK0.1200.690.32
HSL70º53.1%44.31%-
HSV(B)70º69.36%67.84%-
XYZ28.7236.928.98-
YUV153.3471.37127.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.37%
GREEN value IS 173 (67.97% from 255) = 45.65%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=40.37%
G=45.65%
B=13.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153173530.1200.690.327053.144.31
Hex99AD35C0452046352c
Octal23125565140105401066554
Binary10011001101011011101011100010001011000001000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,173,53); }

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

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

 a { background-color: rgb(153,173,53); }

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

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

 span { border-color: rgb(153,173,53); }

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