Shades of Citron #A0A234
Tints of Citron #A0A234
RGB
CMYK
RGB Variations
Color information
#A0A234 (or 0xA0A234) is known color: Citron. HEX triplet: A0, A2 and 34. RGB value is (160,162,52). Sum of RGB (Red+Green+Blue) = 160+162+52=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A234 is #5F5DCB. Grayscale: #959595. Windows color (decimal): -6249932 or 3449504. OLE color: 3449504.
HSL color Cylindrical-coordinate representation of color #A0A234: hue angle of 61.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0A234 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 160 | 162 | 52 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.36 |
| HSL | 61.09º | 0.51% | 0.42% | - |
| HSV(B) | 61.09º | 0.68% | 0.64% | - |
| XYZ | 28.04 | 33.56 | 8.25 | - |
| YUV | 148.86 | 73.34 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 162 | 52 | 0.01 | 0 | 0.68 | 0.36 | 61.09 | 0.51 | 0.42 |
| Hex | A0 | A2 | 34 | 1 | 0 | 44 | 24 | 3D | 33 | 2A |
| Octal | 240 | 242 | 64 | 1 | 0 | 104 | 44 | 75 | 63 | 52 |
| Binary | 10100000 | 10100010 | 110100 | 1 | 0 | 1000100 | 100100 | 111101 | 110011 | 101010 |
Color Harmonies of #A0A234
Complementary color
Monochromatic Colors of #A0A234
Black with #A0A234
Text Example
Text Example
White with #A0A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0A234; }
p { color: rgb(160,162,52); }
H1.HeaderClassName
{
color: #A0A234;
}
.AnyTagClassName
{
color: #A0A234;
}
</style>
background-color css
<style>
a { background-color: #A0A234; }
a { background-color: rgb(160,162,52); }
div.DivClassName
{
background-color: #A0A234;
}
.BgClassName
{
background-color: #A0A234;
}
</style>
border-color css
<style>
span { border-color: #A0A234; }
span { border-color: rgb(160,162,52); }
td.TdClassName
{
border-color: #A0A234;
}
.TagClassName
{
border-color: #A0A234;
}
</style>