Shades of Citrus #A8CE00
Tints of Citrus #A8CE00
RGB
CMYK
RGB Variations
Color information
#A8CE00 (or 0xA8CE00) is known color: Citrus. HEX triplet: A8, CE and 00. RGB value is (168,206,0). Sum of RGB (Red+Green+Blue) = 168+206+0=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE00 is #5731FF. Grayscale: #ABABAB. Windows color (decimal): -5714432 or 52904. OLE color: 52904.
HSL color Cylindrical-coordinate representation of color #A8CE00: hue angle of 71.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A8CE00 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.19 |
| HSL | 71.07º | 1% | 0.4% | - |
| HSV(B) | 71.07º | 1% | 0.81% | - |
| XYZ | 38.22 | 52.47 | 8.11 | - |
| YUV | 171.15 | 31.41 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 0 | 0.18 | 0 | 1 | 0.19 | 71.07 | 1 | 0.4 |
| Hex | A8 | CE | 0 | 12 | 0 | 64 | 13 | 47 | 64 | 28 |
| Octal | 250 | 316 | 0 | 22 | 0 | 144 | 23 | 107 | 144 | 50 |
| Binary | 10101000 | 11001110 | 0 | 10010 | 0 | 1100100 | 10011 | 1000111 | 1100100 | 101000 |
Color Harmonies of #A8CE00
Complementary color
Monochromatic Colors of #A8CE00
Black with #A8CE00
Text Example
Text Example
White with #A8CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE00; }
p { color: rgb(168,206,0); }
H1.HeaderClassName
{
color: #A8CE00;
}
.AnyTagClassName
{
color: #A8CE00;
}
</style>
background-color css
<style>
a { background-color: #A8CE00; }
a { background-color: rgb(168,206,0); }
div.DivClassName
{
background-color: #A8CE00;
}
.BgClassName
{
background-color: #A8CE00;
}
</style>
border-color css
<style>
span { border-color: #A8CE00; }
span { border-color: rgb(168,206,0); }
td.TdClassName
{
border-color: #A8CE00;
}
.TagClassName
{
border-color: #A8CE00;
}
</style>