Shades of Citrus #A0CE0B
Tints of Citrus #A0CE0B
RGB
CMYK
RGB Variations
Color information
#A0CE0B (or 0xA0CE0B) is known color: Citrus. HEX triplet: A0, CE and 0B. RGB value is (160,206,11). Sum of RGB (Red+Green+Blue) = 160+206+11=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE0B is #5F31F4. Grayscale: #AAAAAA. Windows color (decimal): -6238709 or 773792. OLE color: 773792.
HSL color Cylindrical-coordinate representation of color #A0CE0B: hue angle of 74.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0CE0B is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 11 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.19 |
| HSL | 74.15º | 0.9% | 0.43% | - |
| HSV(B) | 74.15º | 0.95% | 0.81% | - |
| XYZ | 36.63 | 51.64 | 8.35 | - |
| YUV | 170.02 | 38.26 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 11 | 0.22 | 0 | 0.95 | 0.19 | 74.15 | 0.9 | 0.43 |
| Hex | A0 | CE | B | 16 | 0 | 5F | 13 | 4A | 5A | 2B |
| Octal | 240 | 316 | 13 | 26 | 0 | 137 | 23 | 112 | 132 | 53 |
| Binary | 10100000 | 11001110 | 1011 | 10110 | 0 | 1011111 | 10011 | 1001010 | 1011010 | 101011 |
Color Harmonies of #A0CE0B
Complementary color
Monochromatic Colors of #A0CE0B
Black with #A0CE0B
Text Example
Text Example
White with #A0CE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE0B; }
p { color: rgb(160,206,11); }
H1.HeaderClassName
{
color: #A0CE0B;
}
.AnyTagClassName
{
color: #A0CE0B;
}
</style>
background-color css
<style>
a { background-color: #A0CE0B; }
a { background-color: rgb(160,206,11); }
div.DivClassName
{
background-color: #A0CE0B;
}
.BgClassName
{
background-color: #A0CE0B;
}
</style>
border-color css
<style>
span { border-color: #A0CE0B; }
span { border-color: rgb(160,206,11); }
td.TdClassName
{
border-color: #A0CE0B;
}
.TagClassName
{
border-color: #A0CE0B;
}
</style>