Shades of Citrus #A8CB07
Tints of Citrus #A8CB07
RGB
CMYK
RGB Variations
Color information
#A8CB07 (or 0xA8CB07) is known color: Citrus. HEX triplet: A8, CB and 07. RGB value is (168,203,7). Sum of RGB (Red+Green+Blue) = 168+203+7=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 203 (79.69% from 255 or 53.70% from 378); Blue value is 7 (3.12% from 255 or 1.85% from 378); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CB07 is #5734F8. Grayscale: #AAAAAA. Windows color (decimal): -5715193 or 510888. OLE color: 510888.
HSL color Cylindrical-coordinate representation of color #A8CB07: hue angle of 70.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8CB07 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 7 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.20 |
| HSL | 70.71º | 0.93% | 0.41% | - |
| HSV(B) | 70.71º | 0.97% | 0.8% | - |
| XYZ | 37.54 | 51.05 | 8.08 | - |
| YUV | 170.19 | 35.9 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 7 | 0.17 | 0 | 0.97 | 0.20 | 70.71 | 0.93 | 0.41 |
| Hex | A8 | CB | 7 | 11 | 0 | 61 | 14 | 47 | 5D | 29 |
| Octal | 250 | 313 | 7 | 21 | 0 | 141 | 24 | 107 | 135 | 51 |
| Binary | 10101000 | 11001011 | 111 | 10001 | 0 | 1100001 | 10100 | 1000111 | 1011101 | 101001 |
Color Harmonies of #A8CB07
Complementary color
Monochromatic Colors of #A8CB07
Black with #A8CB07
Text Example
Text Example
White with #A8CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB07; }
p { color: rgb(168,203,7); }
H1.HeaderClassName
{
color: #A8CB07;
}
.AnyTagClassName
{
color: #A8CB07;
}
</style>
background-color css
<style>
a { background-color: #A8CB07; }
a { background-color: rgb(168,203,7); }
div.DivClassName
{
background-color: #A8CB07;
}
.BgClassName
{
background-color: #A8CB07;
}
</style>
border-color css
<style>
span { border-color: #A8CB07; }
span { border-color: rgb(168,203,7); }
td.TdClassName
{
border-color: #A8CB07;
}
.TagClassName
{
border-color: #A8CB07;
}
</style>