Shades of Citrus #ABC009
Tints of Citrus #ABC009
RGB
CMYK
RGB Variations
Color information
#ABC009 (or 0xABC009) is known color: Citrus. HEX triplet: AB, C0 and 09. RGB value is (171,192,9). Sum of RGB (Red+Green+Blue) = 171+192+9=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC009 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC009 is #543FF6. Grayscale: #A5A5A5. Windows color (decimal): -5521399 or 639147. OLE color: 639147.
HSL color Cylindrical-coordinate representation of color #ABC009: hue angle of 66.89º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC009 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 9 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.25 |
| HSL | 66.89º | 0.91% | 0.39% | - |
| HSV(B) | 66.89º | 0.95% | 0.75% | - |
| XYZ | 35.69 | 46.38 | 7.33 | - |
| YUV | 164.86 | 40.04 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 9 | 0.11 | 0 | 0.95 | 0.25 | 66.89 | 0.91 | 0.39 |
| Hex | AB | C0 | 9 | B | 0 | 5F | 19 | 43 | 5B | 27 |
| Octal | 253 | 300 | 11 | 13 | 0 | 137 | 31 | 103 | 133 | 47 |
| Binary | 10101011 | 11000000 | 1001 | 1011 | 0 | 1011111 | 11001 | 1000011 | 1011011 | 100111 |
Color Harmonies of #ABC009
Complementary color
Monochromatic Colors of #ABC009
Black with #ABC009
Text Example
Text Example
White with #ABC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC009; }
p { color: rgb(171,192,9); }
H1.HeaderClassName
{
color: #ABC009;
}
.AnyTagClassName
{
color: #ABC009;
}
</style>
background-color css
<style>
a { background-color: #ABC009; }
a { background-color: rgb(171,192,9); }
div.DivClassName
{
background-color: #ABC009;
}
.BgClassName
{
background-color: #ABC009;
}
</style>
border-color css
<style>
span { border-color: #ABC009; }
span { border-color: rgb(171,192,9); }
td.TdClassName
{
border-color: #ABC009;
}
.TagClassName
{
border-color: #ABC009;
}
</style>