Shades of Lima #84AF14
Tints of Lima #84AF14
RGB
CMYK
RGB Variations
Color information
#84AF14 (or 0x84AF14) is known color: Lima. HEX triplet: 84, AF and 14. RGB value is (132,175,20). Sum of RGB (Red+Green+Blue) = 132+175+20=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AF14 is #7B50EB. Grayscale: #919191. Windows color (decimal): -8081644 or 1355652. OLE color: 1355652.
HSL color Cylindrical-coordinate representation of color #84AF14: hue angle of 76.65º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84AF14 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 20 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.31 |
| HSL | 76.65º | 0.79% | 0.38% | - |
| HSV(B) | 76.65º | 0.89% | 0.69% | - |
| XYZ | 24.97 | 35.62 | 6.22 | - |
| YUV | 144.47 | 57.75 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 20 | 0.25 | 0 | 0.89 | 0.31 | 76.65 | 0.79 | 0.38 |
| Hex | 84 | AF | 14 | 19 | 0 | 59 | 1F | 4D | 4F | 26 |
| Octal | 204 | 257 | 24 | 31 | 0 | 131 | 37 | 115 | 117 | 46 |
| Binary | 10000100 | 10101111 | 10100 | 11001 | 0 | 1011001 | 11111 | 1001101 | 1001111 | 100110 |
Color Harmonies of #84AF14
Complementary color
Monochromatic Colors of #84AF14
Black with #84AF14
Text Example
Text Example
White with #84AF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF14; }
p { color: rgb(132,175,20); }
H1.HeaderClassName
{
color: #84AF14;
}
.AnyTagClassName
{
color: #84AF14;
}
</style>
background-color css
<style>
a { background-color: #84AF14; }
a { background-color: rgb(132,175,20); }
div.DivClassName
{
background-color: #84AF14;
}
.BgClassName
{
background-color: #84AF14;
}
</style>
border-color css
<style>
span { border-color: #84AF14; }
span { border-color: rgb(132,175,20); }
td.TdClassName
{
border-color: #84AF14;
}
.TagClassName
{
border-color: #84AF14;
}
</style>