Shades of Vida Loca #5A923A
Tints of Vida Loca #5A923A
RGB
CMYK
RGB Variations
Color information
#5A923A (or 0x5A923A) is known color: Vida Loca. HEX triplet: 5A, 92 and 3A. RGB value is (90,146,58). Sum of RGB (Red+Green+Blue) = 90+146+58=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #5A923A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A923A is #A56DC5. Grayscale: #777777. Windows color (decimal): -10841542 or 3838554. OLE color: 3838554.
HSL color Cylindrical-coordinate representation of color #5A923A: hue angle of 98.18º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A923A is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 58 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.43 |
| HSL | 98.18º | 0.43% | 0.4% | - |
| HSV(B) | 98.18º | 0.6% | 0.57% | - |
| XYZ | 15.26 | 23.04 | 7.65 | - |
| YUV | 119.22 | 93.45 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 58 | 0.38 | 0 | 0.60 | 0.43 | 98.18 | 0.43 | 0.4 |
| Hex | 5A | 92 | 3A | 26 | 0 | 3C | 2B | 62 | 2B | 28 |
| Octal | 132 | 222 | 72 | 46 | 0 | 74 | 53 | 142 | 53 | 50 |
| Binary | 1011010 | 10010010 | 111010 | 100110 | 0 | 111100 | 101011 | 1100010 | 101011 | 101000 |
Color Harmonies of #5A923A
Complementary color
Monochromatic Colors of #5A923A
Black with #5A923A
Text Example
Text Example
White with #5A923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A923A; }
p { color: rgb(90,146,58); }
H1.HeaderClassName
{
color: #5A923A;
}
.AnyTagClassName
{
color: #5A923A;
}
</style>
background-color css
<style>
a { background-color: #5A923A; }
a { background-color: rgb(90,146,58); }
div.DivClassName
{
background-color: #5A923A;
}
.BgClassName
{
background-color: #5A923A;
}
</style>
border-color css
<style>
span { border-color: #5A923A; }
span { border-color: rgb(90,146,58); }
td.TdClassName
{
border-color: #5A923A;
}
.TagClassName
{
border-color: #5A923A;
}
</style>