Shades of Citrus #8AB404
Tints of Citrus #8AB404
RGB
CMYK
RGB Variations
Color information
#8AB404 (or 0x8AB404) is known color: Citrus. HEX triplet: 8A, B4 and 04. RGB value is (138,180,4). Sum of RGB (Red+Green+Blue) = 138+180+4=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #8AB404 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AB404 is #754BFB. Grayscale: #949494. Windows color (decimal): -7687164 or 308362. OLE color: 308362.
HSL color Cylindrical-coordinate representation of color #8AB404: hue angle of 74.32º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AB404 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 138 | 180 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.29 |
| HSL | 74.32º | 0.96% | 0.36% | - |
| HSV(B) | 74.32º | 0.98% | 0.71% | - |
| XYZ | 26.82 | 38.05 | 6.05 | - |
| YUV | 147.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 180 | 4 | 0.23 | 0 | 0.98 | 0.29 | 74.32 | 0.96 | 0.36 |
| Hex | 8A | B4 | 4 | 17 | 0 | 62 | 1D | 4A | 60 | 24 |
| Octal | 212 | 264 | 4 | 27 | 0 | 142 | 35 | 112 | 140 | 44 |
| Binary | 10001010 | 10110100 | 100 | 10111 | 0 | 1100010 | 11101 | 1001010 | 1100000 | 100100 |
Color Harmonies of #8AB404
Complementary color
Monochromatic Colors of #8AB404
Black with #8AB404
Text Example
Text Example
White with #8AB404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB404; }
p { color: rgb(138,180,4); }
H1.HeaderClassName
{
color: #8AB404;
}
.AnyTagClassName
{
color: #8AB404;
}
</style>
background-color css
<style>
a { background-color: #8AB404; }
a { background-color: rgb(138,180,4); }
div.DivClassName
{
background-color: #8AB404;
}
.BgClassName
{
background-color: #8AB404;
}
</style>
border-color css
<style>
span { border-color: #8AB404; }
span { border-color: rgb(138,180,4); }
td.TdClassName
{
border-color: #8AB404;
}
.TagClassName
{
border-color: #8AB404;
}
</style>