Shades of Citrus #A8CB05
Tints of Citrus #A8CB05
RGB
CMYK
RGB Variations
Color information
#A8CB05 (or 0xA8CB05) is known color: Citrus. HEX triplet: A8, CB and 05. RGB value is (168,203,5). Sum of RGB (Red+Green+Blue) = 168+203+5=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CB05 is #5734FA. Grayscale: #AAAAAA. Windows color (decimal): -5715195 or 379816. OLE color: 379816.
HSL color Cylindrical-coordinate representation of color #A8CB05: hue angle of 70.61º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8CB05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 5 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.20 |
| HSL | 70.61º | 0.95% | 0.41% | - |
| HSV(B) | 70.61º | 0.98% | 0.8% | - |
| XYZ | 37.53 | 51.05 | 8.02 | - |
| YUV | 169.96 | 34.9 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 5 | 0.17 | 0 | 0.98 | 0.20 | 70.61 | 0.95 | 0.41 |
| Hex | A8 | CB | 5 | 11 | 0 | 62 | 14 | 47 | 5F | 29 |
| Octal | 250 | 313 | 5 | 21 | 0 | 142 | 24 | 107 | 137 | 51 |
| Binary | 10101000 | 11001011 | 101 | 10001 | 0 | 1100010 | 10100 | 1000111 | 1011111 | 101001 |
Color Harmonies of #A8CB05
Complementary color
Monochromatic Colors of #A8CB05
Black with #A8CB05
Text Example
Text Example
White with #A8CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB05; }
p { color: rgb(168,203,5); }
H1.HeaderClassName
{
color: #A8CB05;
}
.AnyTagClassName
{
color: #A8CB05;
}
</style>
background-color css
<style>
a { background-color: #A8CB05; }
a { background-color: rgb(168,203,5); }
div.DivClassName
{
background-color: #A8CB05;
}
.BgClassName
{
background-color: #A8CB05;
}
</style>
border-color css
<style>
span { border-color: #A8CB05; }
span { border-color: rgb(168,203,5); }
td.TdClassName
{
border-color: #A8CB05;
}
.TagClassName
{
border-color: #A8CB05;
}
</style>