Shades of Fiji Green #5A8001
Tints of Fiji Green #5A8001
RGB
CMYK
RGB Variations
Color information
#5A8001 (or 0x5A8001) is known color: Fiji Green. HEX triplet: 5A, 80 and 01. RGB value is (90,128,1). Sum of RGB (Red+Green+Blue) = 90+128+1=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #5A8001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8001 is #A57FFE. Grayscale: #666666. Windows color (decimal): -10846207 or 98394. OLE color: 98394.
HSL color Cylindrical-coordinate representation of color #5A8001: hue angle of 77.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A8001 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 128 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.50 |
| HSL | 77.95º | 0.98% | 0.25% | - |
| HSV(B) | 77.95º | 0.99% | 0.5% | - |
| XYZ | 11.94 | 17.61 | 2.8 | - |
| YUV | 102.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 128 | 1 | 0.30 | 0 | 0.99 | 0.50 | 77.95 | 0.98 | 0.25 |
| Hex | 5A | 80 | 1 | 1E | 0 | 63 | 32 | 4E | 62 | 19 |
| Octal | 132 | 200 | 1 | 36 | 0 | 143 | 62 | 116 | 142 | 31 |
| Binary | 1011010 | 10000000 | 1 | 11110 | 0 | 1100011 | 110010 | 1001110 | 1100010 | 11001 |
Color Harmonies of #5A8001
Complementary color
Monochromatic Colors of #5A8001
Black with #5A8001
Text Example
Text Example
White with #5A8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8001; }
p { color: rgb(90,128,1); }
H1.HeaderClassName
{
color: #5A8001;
}
.AnyTagClassName
{
color: #5A8001;
}
</style>
background-color css
<style>
a { background-color: #5A8001; }
a { background-color: rgb(90,128,1); }
div.DivClassName
{
background-color: #5A8001;
}
.BgClassName
{
background-color: #5A8001;
}
</style>
border-color css
<style>
span { border-color: #5A8001; }
span { border-color: rgb(90,128,1); }
td.TdClassName
{
border-color: #5A8001;
}
.TagClassName
{
border-color: #5A8001;
}
</style>