Shades of Citrus #A0BC08
Tints of Citrus #A0BC08
RGB
CMYK
RGB Variations
Color information
#A0BC08 (or 0xA0BC08) is known color: Citrus. HEX triplet: A0, BC and 08. RGB value is (160,188,8). Sum of RGB (Red+Green+Blue) = 160+188+8=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC08 is #5F43F7. Grayscale: #9F9F9F. Windows color (decimal): -6243320 or 572576. OLE color: 572576.
HSL color Cylindrical-coordinate representation of color #A0BC08: hue angle of 69.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0BC08 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 8 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.26 |
| HSL | 69.33º | 0.92% | 0.38% | - |
| HSV(B) | 69.33º | 0.96% | 0.74% | - |
| XYZ | 32.52 | 43.46 | 6.9 | - |
| YUV | 159.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 8 | 0.15 | 0 | 0.96 | 0.26 | 69.33 | 0.92 | 0.38 |
| Hex | A0 | BC | 8 | F | 0 | 60 | 1A | 45 | 5C | 26 |
| Octal | 240 | 274 | 10 | 17 | 0 | 140 | 32 | 105 | 134 | 46 |
| Binary | 10100000 | 10111100 | 1000 | 1111 | 0 | 1100000 | 11010 | 1000101 | 1011100 | 100110 |
Color Harmonies of #A0BC08
Complementary color
Monochromatic Colors of #A0BC08
Black with #A0BC08
Text Example
Text Example
White with #A0BC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC08; }
p { color: rgb(160,188,8); }
H1.HeaderClassName
{
color: #A0BC08;
}
.AnyTagClassName
{
color: #A0BC08;
}
</style>
background-color css
<style>
a { background-color: #A0BC08; }
a { background-color: rgb(160,188,8); }
div.DivClassName
{
background-color: #A0BC08;
}
.BgClassName
{
background-color: #A0BC08;
}
</style>
border-color css
<style>
span { border-color: #A0BC08; }
span { border-color: rgb(160,188,8); }
td.TdClassName
{
border-color: #A0BC08;
}
.TagClassName
{
border-color: #A0BC08;
}
</style>