Shades of Citrus #ABC30A
Tints of Citrus #ABC30A
RGB
CMYK
RGB Variations
Color information
#ABC30A (or 0xABC30A) is known color: Citrus. HEX triplet: AB, C3 and 0A. RGB value is (171,195,10). Sum of RGB (Red+Green+Blue) = 171+195+10=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC30A is #543CF5. Grayscale: #A7A7A7. Windows color (decimal): -5520630 or 705451. OLE color: 705451.
HSL color Cylindrical-coordinate representation of color #ABC30A: hue angle of 67.78º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABC30A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.24 |
| HSL | 67.78º | 0.9% | 0.4% | - |
| HSV(B) | 67.78º | 0.95% | 0.76% | - |
| XYZ | 36.36 | 47.71 | 7.58 | - |
| YUV | 166.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 10 | 0.12 | 0 | 0.95 | 0.24 | 67.78 | 0.9 | 0.4 |
| Hex | AB | C3 | A | C | 0 | 5F | 18 | 44 | 5A | 28 |
| Octal | 253 | 303 | 12 | 14 | 0 | 137 | 30 | 104 | 132 | 50 |
| Binary | 10101011 | 11000011 | 1010 | 1100 | 0 | 1011111 | 11000 | 1000100 | 1011010 | 101000 |
Color Harmonies of #ABC30A
Complementary color
Monochromatic Colors of #ABC30A
Black with #ABC30A
Text Example
Text Example
White with #ABC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC30A; }
p { color: rgb(171,195,10); }
H1.HeaderClassName
{
color: #ABC30A;
}
.AnyTagClassName
{
color: #ABC30A;
}
</style>
background-color css
<style>
a { background-color: #ABC30A; }
a { background-color: rgb(171,195,10); }
div.DivClassName
{
background-color: #ABC30A;
}
.BgClassName
{
background-color: #ABC30A;
}
</style>
border-color css
<style>
span { border-color: #ABC30A; }
span { border-color: rgb(171,195,10); }
td.TdClassName
{
border-color: #ABC30A;
}
.TagClassName
{
border-color: #ABC30A;
}
</style>