Shades of Vida Loca #5A8823
Tints of Vida Loca #5A8823
RGB
CMYK
RGB Variations
Color information
#5A8823 (or 0x5A8823) is known color: Vida Loca. HEX triplet: 5A, 88 and 23. RGB value is (90,136,35). Sum of RGB (Red+Green+Blue) = 90+136+35=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 136 (53.52% from 255 or 52.11% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8823 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A8823 is #A577DC. Grayscale: #6F6F6F. Windows color (decimal): -10844125 or 2328666. OLE color: 2328666.
HSL color Cylindrical-coordinate representation of color #5A8823: hue angle of 87.33º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5A8823 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 90 | 136 | 35 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.47 |
| HSL | 87.33º | 0.59% | 0.34% | - |
| HSV(B) | 87.33º | 0.74% | 0.53% | - |
| XYZ | 13.32 | 19.9 | 4.73 | - |
| YUV | 110.73 | 85.26 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 136 | 35 | 0.34 | 0 | 0.74 | 0.47 | 87.33 | 0.59 | 0.34 |
| Hex | 5A | 88 | 23 | 22 | 0 | 4A | 2F | 57 | 3B | 22 |
| Octal | 132 | 210 | 43 | 42 | 0 | 112 | 57 | 127 | 73 | 42 |
| Binary | 1011010 | 10001000 | 100011 | 100010 | 0 | 1001010 | 101111 | 1010111 | 111011 | 100010 |
Color Harmonies of #5A8823
Complementary color
Monochromatic Colors of #5A8823
Black with #5A8823
Text Example
Text Example
White with #5A8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8823; }
p { color: rgb(90,136,35); }
H1.HeaderClassName
{
color: #5A8823;
}
.AnyTagClassName
{
color: #5A8823;
}
</style>
background-color css
<style>
a { background-color: #5A8823; }
a { background-color: rgb(90,136,35); }
div.DivClassName
{
background-color: #5A8823;
}
.BgClassName
{
background-color: #5A8823;
}
</style>
border-color css
<style>
span { border-color: #5A8823; }
span { border-color: rgb(90,136,35); }
td.TdClassName
{
border-color: #5A8823;
}
.TagClassName
{
border-color: #5A8823;
}
</style>