Shades of Lima #7AAF27
Tints of Lima #7AAF27
RGB
CMYK
RGB Variations
Color information
#7AAF27 (or 0x7AAF27) is known color: Lima. HEX triplet: 7A, AF and 27. RGB value is (122,175,39). Sum of RGB (Red+Green+Blue) = 122+175+39=336 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.31% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7AAF27 is #8550D8. Grayscale: #909090. Windows color (decimal): -8736985 or 2600826. OLE color: 2600826.
HSL color Cylindrical-coordinate representation of color #7AAF27: hue angle of 83.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7AAF27 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 39 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.31 |
| HSL | 83.38º | 0.64% | 0.42% | - |
| HSV(B) | 83.38º | 0.78% | 0.69% | - |
| XYZ | 23.72 | 34.94 | 7.41 | - |
| YUV | 143.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 39 | 0.30 | 0 | 0.78 | 0.31 | 83.38 | 0.64 | 0.42 |
| Hex | 7A | AF | 27 | 1E | 0 | 4E | 1F | 53 | 40 | 2A |
| Octal | 172 | 257 | 47 | 36 | 0 | 116 | 37 | 123 | 100 | 52 |
| Binary | 1111010 | 10101111 | 100111 | 11110 | 0 | 1001110 | 11111 | 1010011 | 1000000 | 101010 |
Color Harmonies of #7AAF27
Complementary color
Monochromatic Colors of #7AAF27
Black with #7AAF27
Text Example
Text Example
White with #7AAF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF27; }
p { color: rgb(122,175,39); }
H1.HeaderClassName
{
color: #7AAF27;
}
.AnyTagClassName
{
color: #7AAF27;
}
</style>
background-color css
<style>
a { background-color: #7AAF27; }
a { background-color: rgb(122,175,39); }
div.DivClassName
{
background-color: #7AAF27;
}
.BgClassName
{
background-color: #7AAF27;
}
</style>
border-color css
<style>
span { border-color: #7AAF27; }
span { border-color: rgb(122,175,39); }
td.TdClassName
{
border-color: #7AAF27;
}
.TagClassName
{
border-color: #7AAF27;
}
</style>