Shades of Citrus #A8CE06
Tints of Citrus #A8CE06
RGB
CMYK
RGB Variations
Color information
#A8CE06 (or 0xA8CE06) is known color: Citrus. HEX triplet: A8, CE and 06. RGB value is (168,206,6). Sum of RGB (Red+Green+Blue) = 168+206+6=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CE06 is #5731F9. Grayscale: #ACACAC. Windows color (decimal): -5714426 or 446120. OLE color: 446120.
HSL color Cylindrical-coordinate representation of color #A8CE06: hue angle of 71.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8CE06 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 6 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.19 |
| HSL | 71.4º | 0.94% | 0.42% | - |
| HSV(B) | 71.4º | 0.97% | 0.81% | - |
| XYZ | 38.25 | 52.48 | 8.29 | - |
| YUV | 171.84 | 34.41 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 6 | 0.18 | 0 | 0.97 | 0.19 | 71.4 | 0.94 | 0.42 |
| Hex | A8 | CE | 6 | 12 | 0 | 61 | 13 | 47 | 5E | 2A |
| Octal | 250 | 316 | 6 | 22 | 0 | 141 | 23 | 107 | 136 | 52 |
| Binary | 10101000 | 11001110 | 110 | 10010 | 0 | 1100001 | 10011 | 1000111 | 1011110 | 101010 |
Color Harmonies of #A8CE06
Complementary color
Monochromatic Colors of #A8CE06
Black with #A8CE06
Text Example
Text Example
White with #A8CE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CE06; }
p { color: rgb(168,206,6); }
H1.HeaderClassName
{
color: #A8CE06;
}
.AnyTagClassName
{
color: #A8CE06;
}
</style>
background-color css
<style>
a { background-color: #A8CE06; }
a { background-color: rgb(168,206,6); }
div.DivClassName
{
background-color: #A8CE06;
}
.BgClassName
{
background-color: #A8CE06;
}
</style>
border-color css
<style>
span { border-color: #A8CE06; }
span { border-color: rgb(168,206,6); }
td.TdClassName
{
border-color: #A8CE06;
}
.TagClassName
{
border-color: #A8CE06;
}
</style>