Shades of Citrus #A2AE0C
Tints of Citrus #A2AE0C
RGB
CMYK
RGB Variations
Color information
#A2AE0C (or 0xA2AE0C) is known color: Citrus. HEX triplet: A2, AE and 0C. RGB value is (162,174,12). Sum of RGB (Red+Green+Blue) = 162+174+12=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AE0C is #5D51F3. Grayscale: #989898. Windows color (decimal): -6115828 or 831138. OLE color: 831138.
HSL color Cylindrical-coordinate representation of color #A2AE0C: hue angle of 64.44º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2AE0C is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 174 | 12 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.32 |
| HSL | 64.44º | 0.87% | 0.36% | - |
| HSV(B) | 64.44º | 0.93% | 0.68% | - |
| XYZ | 30.1 | 37.98 | 6.09 | - |
| YUV | 151.94 | 49.02 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 174 | 12 | 0.07 | 0 | 0.93 | 0.32 | 64.44 | 0.87 | 0.36 |
| Hex | A2 | AE | C | 7 | 0 | 5D | 20 | 40 | 57 | 24 |
| Octal | 242 | 256 | 14 | 7 | 0 | 135 | 40 | 100 | 127 | 44 |
| Binary | 10100010 | 10101110 | 1100 | 111 | 0 | 1011101 | 100000 | 1000000 | 1010111 | 100100 |
Color Harmonies of #A2AE0C
Complementary color
Monochromatic Colors of #A2AE0C
Black with #A2AE0C
Text Example
Text Example
White with #A2AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AE0C; }
p { color: rgb(162,174,12); }
H1.HeaderClassName
{
color: #A2AE0C;
}
.AnyTagClassName
{
color: #A2AE0C;
}
</style>
background-color css
<style>
a { background-color: #A2AE0C; }
a { background-color: rgb(162,174,12); }
div.DivClassName
{
background-color: #A2AE0C;
}
.BgClassName
{
background-color: #A2AE0C;
}
</style>
border-color css
<style>
span { border-color: #A2AE0C; }
span { border-color: rgb(162,174,12); }
td.TdClassName
{
border-color: #A2AE0C;
}
.TagClassName
{
border-color: #A2AE0C;
}
</style>