Shades of Limerick #A0AF30
Tints of Limerick #A0AF30
RGB
CMYK
RGB Variations
Color information
#A0AF30 (or 0xA0AF30) is known color: Limerick. HEX triplet: A0, AF and 30. RGB value is (160,175,48). Sum of RGB (Red+Green+Blue) = 160+175+48=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF30 is #5F50CF. Grayscale: #9C9C9C. Windows color (decimal): -6246608 or 3190688. OLE color: 3190688.
HSL color Cylindrical-coordinate representation of color #A0AF30: hue angle of 67.09º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0AF30 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 175 | 48 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.31 |
| HSL | 67.09º | 0.57% | 0.44% | - |
| HSV(B) | 67.09º | 0.73% | 0.69% | - |
| XYZ | 30.36 | 38.35 | 8.6 | - |
| YUV | 156.04 | 67.03 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 48 | 0.09 | 0 | 0.73 | 0.31 | 67.09 | 0.57 | 0.44 |
| Hex | A0 | AF | 30 | 9 | 0 | 49 | 1F | 43 | 39 | 2C |
| Octal | 240 | 257 | 60 | 11 | 0 | 111 | 37 | 103 | 71 | 54 |
| Binary | 10100000 | 10101111 | 110000 | 1001 | 0 | 1001001 | 11111 | 1000011 | 111001 | 101100 |
Color Harmonies of #A0AF30
Complementary color
Monochromatic Colors of #A0AF30
Black with #A0AF30
Text Example
Text Example
White with #A0AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AF30; }
p { color: rgb(160,175,48); }
H1.HeaderClassName
{
color: #A0AF30;
}
.AnyTagClassName
{
color: #A0AF30;
}
</style>
background-color css
<style>
a { background-color: #A0AF30; }
a { background-color: rgb(160,175,48); }
div.DivClassName
{
background-color: #A0AF30;
}
.BgClassName
{
background-color: #A0AF30;
}
</style>
border-color css
<style>
span { border-color: #A0AF30; }
span { border-color: rgb(160,175,48); }
td.TdClassName
{
border-color: #A0AF30;
}
.TagClassName
{
border-color: #A0AF30;
}
</style>