Shades of Citrus #8AC000
Tints of Citrus #8AC000
RGB
CMYK
RGB Variations
Color information
#8AC000 (or 0x8AC000) is known color: Citrus. HEX triplet: 8A, C0 and 00. RGB value is (138,192,0). Sum of RGB (Red+Green+Blue) = 138+192+0=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC000 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC000 is #753FFF. Grayscale: #9A9A9A. Windows color (decimal): -7684096 or 49290. OLE color: 49290.
HSL color Cylindrical-coordinate representation of color #8AC000: hue angle of 76.88º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AC000 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.25 |
| HSL | 76.88º | 1% | 0.38% | - |
| HSV(B) | 76.88º | 1% | 0.75% | - |
| XYZ | 29.33 | 43.1 | 6.77 | - |
| YUV | 153.97 | 41.11 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 0 | 0.28 | 0 | 1 | 0.25 | 76.88 | 1 | 0.38 |
| Hex | 8A | C0 | 0 | 1C | 0 | 64 | 19 | 4D | 64 | 26 |
| Octal | 212 | 300 | 0 | 34 | 0 | 144 | 31 | 115 | 144 | 46 |
| Binary | 10001010 | 11000000 | 0 | 11100 | 0 | 1100100 | 11001 | 1001101 | 1100100 | 100110 |
Color Harmonies of #8AC000
Complementary color
Monochromatic Colors of #8AC000
Black with #8AC000
Text Example
Text Example
White with #8AC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC000; }
p { color: rgb(138,192,0); }
H1.HeaderClassName
{
color: #8AC000;
}
.AnyTagClassName
{
color: #8AC000;
}
</style>
background-color css
<style>
a { background-color: #8AC000; }
a { background-color: rgb(138,192,0); }
div.DivClassName
{
background-color: #8AC000;
}
.BgClassName
{
background-color: #8AC000;
}
</style>
border-color css
<style>
span { border-color: #8AC000; }
span { border-color: rgb(138,192,0); }
td.TdClassName
{
border-color: #8AC000;
}
.TagClassName
{
border-color: #8AC000;
}
</style>