#99AF2D

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

Shades of Limerick #99AF2D

Tints of Limerick #99AF2D

Color information

#99AF2D (or 0x99AF2D) is unknown color: approx Limerick. HEX triplet: 99, AF and 2D. RGB value is (153,175,45). Sum of RGB (Red+Green+Blue) = 153+175+45=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF2D is #6650D2. Grayscale: #9A9A9A. Windows color (decimal): -6705363 or 2994073. OLE color: 2994073.

HSL color Cylindrical-coordinate representation of color #99AF2D: hue angle of 70.15º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99AF2D is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB15317545-
CMYK0.1300.740.31
HSL70.15º59.09%43.14%-
HSV(B)70.15º74.29%68.63%-
XYZ28.9437.628.22-
YUV153.666.71127.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.02%
GREEN value IS 175 (68.75% from 255) = 46.92%
BLUE value IS 45 (17.97% from 255) = 12.06%
R=41.02%
G=46.92%
B=12.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal153175450.1300.740.3170.1559.0943.14
Hex99AF2DD04A1F463b2b
Octal23125755150112371067353
Binary1001100110101111101101110101001010111111000110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,175,45); }

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

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

 a { background-color: rgb(153,175,45); }

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

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

 span { border-color: rgb(153,175,45); }

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