Shades of Citrus #A8CB09
Tints of Citrus #A8CB09
RGB
CMYK
RGB Variations
Color information
#A8CB09 (or 0xA8CB09) is known color: Citrus. HEX triplet: A8, CB and 09. RGB value is (168,203,9). Sum of RGB (Red+Green+Blue) = 168+203+9=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CB09 is #5734F6. Grayscale: #ABABAB. Windows color (decimal): -5715191 or 641960. OLE color: 641960.
HSL color Cylindrical-coordinate representation of color #A8CB09: hue angle of 70.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8CB09 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.20 |
| HSL | 70.82º | 0.92% | 0.42% | - |
| HSV(B) | 70.82º | 0.96% | 0.8% | - |
| XYZ | 37.55 | 51.06 | 8.13 | - |
| YUV | 170.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 9 | 0.17 | 0 | 0.96 | 0.20 | 70.82 | 0.92 | 0.42 |
| Hex | A8 | CB | 9 | 11 | 0 | 60 | 14 | 47 | 5C | 2A |
| Octal | 250 | 313 | 11 | 21 | 0 | 140 | 24 | 107 | 134 | 52 |
| Binary | 10101000 | 11001011 | 1001 | 10001 | 0 | 1100000 | 10100 | 1000111 | 1011100 | 101010 |
Color Harmonies of #A8CB09
Complementary color
Monochromatic Colors of #A8CB09
Black with #A8CB09
Text Example
Text Example
White with #A8CB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB09; }
p { color: rgb(168,203,9); }
H1.HeaderClassName
{
color: #A8CB09;
}
.AnyTagClassName
{
color: #A8CB09;
}
</style>
background-color css
<style>
a { background-color: #A8CB09; }
a { background-color: rgb(168,203,9); }
div.DivClassName
{
background-color: #A8CB09;
}
.BgClassName
{
background-color: #A8CB09;
}
</style>
border-color css
<style>
span { border-color: #A8CB09; }
span { border-color: rgb(168,203,9); }
td.TdClassName
{
border-color: #A8CB09;
}
.TagClassName
{
border-color: #A8CB09;
}
</style>