Shades of Citrus #A8CA08
Tints of Citrus #A8CA08
RGB
CMYK
RGB Variations
Color information
#A8CA08 (or 0xA8CA08) is known color: Citrus. HEX triplet: A8, CA and 08. RGB value is (168,202,8). Sum of RGB (Red+Green+Blue) = 168+202+8=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA08 is #5735F7. Grayscale: #AAAAAA. Windows color (decimal): -5715448 or 576168. OLE color: 576168.
HSL color Cylindrical-coordinate representation of color #A8CA08: hue angle of 70.52º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8CA08 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.21 |
| HSL | 70.52º | 0.92% | 0.41% | - |
| HSV(B) | 70.52º | 0.96% | 0.79% | - |
| XYZ | 37.31 | 50.58 | 8.03 | - |
| YUV | 169.72 | 36.74 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 8 | 0.17 | 0 | 0.96 | 0.21 | 70.52 | 0.92 | 0.41 |
| Hex | A8 | CA | 8 | 11 | 0 | 60 | 15 | 47 | 5C | 29 |
| Octal | 250 | 312 | 10 | 21 | 0 | 140 | 25 | 107 | 134 | 51 |
| Binary | 10101000 | 11001010 | 1000 | 10001 | 0 | 1100000 | 10101 | 1000111 | 1011100 | 101001 |
Color Harmonies of #A8CA08
Complementary color
Monochromatic Colors of #A8CA08
Black with #A8CA08
Text Example
Text Example
White with #A8CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA08; }
p { color: rgb(168,202,8); }
H1.HeaderClassName
{
color: #A8CA08;
}
.AnyTagClassName
{
color: #A8CA08;
}
</style>
background-color css
<style>
a { background-color: #A8CA08; }
a { background-color: rgb(168,202,8); }
div.DivClassName
{
background-color: #A8CA08;
}
.BgClassName
{
background-color: #A8CA08;
}
</style>
border-color css
<style>
span { border-color: #A8CA08; }
span { border-color: rgb(168,202,8); }
td.TdClassName
{
border-color: #A8CA08;
}
.TagClassName
{
border-color: #A8CA08;
}
</style>