Shades of Citrus #A8CA09
Tints of Citrus #A8CA09
RGB
CMYK
RGB Variations
Color information
#A8CA09 (or 0xA8CA09) is known color: Citrus. HEX triplet: A8, CA and 09. RGB value is (168,202,9). Sum of RGB (Red+Green+Blue) = 168+202+9=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA09 is #5735F6. Grayscale: #AAAAAA. Windows color (decimal): -5715447 or 641704. OLE color: 641704.
HSL color Cylindrical-coordinate representation of color #A8CA09: hue angle of 70.57º degrees, saturation: 0.91, 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 #A8CA09 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.21 |
| HSL | 70.57º | 0.91% | 0.41% | - |
| HSV(B) | 70.57º | 0.96% | 0.79% | - |
| XYZ | 37.32 | 50.59 | 8.06 | - |
| YUV | 169.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 9 | 0.17 | 0 | 0.96 | 0.21 | 70.57 | 0.91 | 0.41 |
| Hex | A8 | CA | 9 | 11 | 0 | 60 | 15 | 47 | 5B | 29 |
| Octal | 250 | 312 | 11 | 21 | 0 | 140 | 25 | 107 | 133 | 51 |
| Binary | 10101000 | 11001010 | 1001 | 10001 | 0 | 1100000 | 10101 | 1000111 | 1011011 | 101001 |
Color Harmonies of #A8CA09
Complementary color
Monochromatic Colors of #A8CA09
Black with #A8CA09
Text Example
Text Example
White with #A8CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA09; }
p { color: rgb(168,202,9); }
H1.HeaderClassName
{
color: #A8CA09;
}
.AnyTagClassName
{
color: #A8CA09;
}
</style>
background-color css
<style>
a { background-color: #A8CA09; }
a { background-color: rgb(168,202,9); }
div.DivClassName
{
background-color: #A8CA09;
}
.BgClassName
{
background-color: #A8CA09;
}
</style>
border-color css
<style>
span { border-color: #A8CA09; }
span { border-color: rgb(168,202,9); }
td.TdClassName
{
border-color: #A8CA09;
}
.TagClassName
{
border-color: #A8CA09;
}
</style>