Shades of Citrus #8ACB00
Tints of Citrus #8ACB00
RGB
CMYK
RGB Variations
Color information
#8ACB00 (or 0x8ACB00) is known color: Citrus. HEX triplet: 8A, CB and 00. RGB value is (138,203,0). Sum of RGB (Red+Green+Blue) = 138+203+0=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACB00 is #7534FF. Grayscale: #A1A1A1. Windows color (decimal): -7681280 or 52106. OLE color: 52106.
HSL color Cylindrical-coordinate representation of color #8ACB00: hue angle of 79.21º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ACB00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.20 |
| HSL | 79.21º | 1% | 0.4% | - |
| HSV(B) | 79.21º | 1% | 0.8% | - |
| XYZ | 31.84 | 48.12 | 7.61 | - |
| YUV | 160.42 | 37.47 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 0 | 0.32 | 0 | 1 | 0.20 | 79.21 | 1 | 0.4 |
| Hex | 8A | CB | 0 | 20 | 0 | 64 | 14 | 4F | 64 | 28 |
| Octal | 212 | 313 | 0 | 40 | 0 | 144 | 24 | 117 | 144 | 50 |
| Binary | 10001010 | 11001011 | 0 | 100000 | 0 | 1100100 | 10100 | 1001111 | 1100100 | 101000 |
Color Harmonies of #8ACB00
Complementary color
Monochromatic Colors of #8ACB00
Black with #8ACB00
Text Example
Text Example
White with #8ACB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB00; }
p { color: rgb(138,203,0); }
H1.HeaderClassName
{
color: #8ACB00;
}
.AnyTagClassName
{
color: #8ACB00;
}
</style>
background-color css
<style>
a { background-color: #8ACB00; }
a { background-color: rgb(138,203,0); }
div.DivClassName
{
background-color: #8ACB00;
}
.BgClassName
{
background-color: #8ACB00;
}
</style>
border-color css
<style>
span { border-color: #8ACB00; }
span { border-color: rgb(138,203,0); }
td.TdClassName
{
border-color: #8ACB00;
}
.TagClassName
{
border-color: #8ACB00;
}
</style>