Shades of Limerick #99AF23
Tints of Limerick #99AF23
RGB
CMYK
RGB Variations
Color information
#99AF23 (or 0x99AF23) is known color: Limerick. HEX triplet: 99, AF and 23. RGB value is (153,175,35). Sum of RGB (Red+Green+Blue) = 153+175+35=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 35 (14.06% from 255 or 9.64% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF23 is #6650DC. Grayscale: #999999. Windows color (decimal): -6705373 or 2338713. OLE color: 2338713.
HSL color Cylindrical-coordinate representation of color #99AF23: hue angle of 69.43º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99AF23 is Cyan = 0.13, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 35 | - |
| CMYK | 0.13 | 0 | 0.8 | 0.31 |
| HSL | 69.43º | 0.67% | 0.41% | - |
| HSV(B) | 69.43º | 0.8% | 0.69% | - |
| XYZ | 28.77 | 37.55 | 7.32 | - |
| YUV | 152.46 | 61.71 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 35 | 0.13 | 0 | 0.8 | 0.31 | 69.43 | 0.67 | 0.41 |
| Hex | 99 | AF | 23 | D | 0 | 50 | 1F | 45 | 43 | 29 |
| Octal | 231 | 257 | 43 | 15 | 0 | 120 | 37 | 105 | 103 | 51 |
| Binary | 10011001 | 10101111 | 100011 | 1101 | 0 | 1010000 | 11111 | 1000101 | 1000011 | 101001 |
Color Harmonies of #99AF23
Complementary color
Monochromatic Colors of #99AF23
Black with #99AF23
Text Example
Text Example
White with #99AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF23; }
p { color: rgb(153,175,35); }
H1.HeaderClassName
{
color: #99AF23;
}
.AnyTagClassName
{
color: #99AF23;
}
</style>
background-color css
<style>
a { background-color: #99AF23; }
a { background-color: rgb(153,175,35); }
div.DivClassName
{
background-color: #99AF23;
}
.BgClassName
{
background-color: #99AF23;
}
</style>
border-color css
<style>
span { border-color: #99AF23; }
span { border-color: rgb(153,175,35); }
td.TdClassName
{
border-color: #99AF23;
}
.TagClassName
{
border-color: #99AF23;
}
</style>