Shades of Citrus #8AC501
Tints of Citrus #8AC501
RGB
CMYK
RGB Variations
Color information
#8AC501 (or 0x8AC501) is known color: Citrus. HEX triplet: 8A, C5 and 01. RGB value is (138,197,1). Sum of RGB (Red+Green+Blue) = 138+197+1=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC501 is #753AFE. Grayscale: #9D9D9D. Windows color (decimal): -7682815 or 116106. OLE color: 116106.
HSL color Cylindrical-coordinate representation of color #8AC501: hue angle of 78.06º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AC501 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 138 | 197 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.23 |
| HSL | 78.06º | 0.99% | 0.39% | - |
| HSV(B) | 78.06º | 0.99% | 0.77% | - |
| XYZ | 30.45 | 45.34 | 7.17 | - |
| YUV | 157.02 | 39.95 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 197 | 1 | 0.30 | 0 | 0.99 | 0.23 | 78.06 | 0.99 | 0.39 |
| Hex | 8A | C5 | 1 | 1E | 0 | 63 | 17 | 4E | 63 | 27 |
| Octal | 212 | 305 | 1 | 36 | 0 | 143 | 27 | 116 | 143 | 47 |
| Binary | 10001010 | 11000101 | 1 | 11110 | 0 | 1100011 | 10111 | 1001110 | 1100011 | 100111 |
Color Harmonies of #8AC501
Complementary color
Monochromatic Colors of #8AC501
Black with #8AC501
Text Example
Text Example
White with #8AC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC501; }
p { color: rgb(138,197,1); }
H1.HeaderClassName
{
color: #8AC501;
}
.AnyTagClassName
{
color: #8AC501;
}
</style>
background-color css
<style>
a { background-color: #8AC501; }
a { background-color: rgb(138,197,1); }
div.DivClassName
{
background-color: #8AC501;
}
.BgClassName
{
background-color: #8AC501;
}
</style>
border-color css
<style>
span { border-color: #8AC501; }
span { border-color: rgb(138,197,1); }
td.TdClassName
{
border-color: #8AC501;
}
.TagClassName
{
border-color: #8AC501;
}
</style>