Shades of Limerick #95AF1D
Tints of Limerick #95AF1D
RGB
CMYK
RGB Variations
Color information
#95AF1D (or 0x95AF1D) is known color: Limerick. HEX triplet: 95, AF and 1D. RGB value is (149,175,29). Sum of RGB (Red+Green+Blue) = 149+175+29=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95AF1D is #6A50E2. Grayscale: #979797. Windows color (decimal): -6967523 or 1945493. OLE color: 1945493.
HSL color Cylindrical-coordinate representation of color #95AF1D: hue angle of 70.68º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95AF1D is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 175 | 29 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.31 |
| HSL | 70.68º | 0.72% | 0.4% | - |
| HSV(B) | 70.68º | 0.83% | 0.69% | - |
| XYZ | 27.95 | 37.14 | 6.86 | - |
| YUV | 150.58 | 59.39 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 175 | 29 | 0.15 | 0 | 0.83 | 0.31 | 70.68 | 0.72 | 0.4 |
| Hex | 95 | AF | 1D | F | 0 | 53 | 1F | 47 | 48 | 28 |
| Octal | 225 | 257 | 35 | 17 | 0 | 123 | 37 | 107 | 110 | 50 |
| Binary | 10010101 | 10101111 | 11101 | 1111 | 0 | 1010011 | 11111 | 1000111 | 1001000 | 101000 |
Color Harmonies of #95AF1D
Complementary color
Monochromatic Colors of #95AF1D
Black with #95AF1D
Text Example
Text Example
White with #95AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95AF1D; }
p { color: rgb(149,175,29); }
H1.HeaderClassName
{
color: #95AF1D;
}
.AnyTagClassName
{
color: #95AF1D;
}
</style>
background-color css
<style>
a { background-color: #95AF1D; }
a { background-color: rgb(149,175,29); }
div.DivClassName
{
background-color: #95AF1D;
}
.BgClassName
{
background-color: #95AF1D;
}
</style>
border-color css
<style>
span { border-color: #95AF1D; }
span { border-color: rgb(149,175,29); }
td.TdClassName
{
border-color: #95AF1D;
}
.TagClassName
{
border-color: #95AF1D;
}
</style>