Shades of Citrus #A2B30F
Tints of Citrus #A2B30F
RGB
CMYK
RGB Variations
Color information
#A2B30F (or 0xA2B30F) is known color: Citrus. HEX triplet: A2, B3 and 0F. RGB value is (162,179,15). Sum of RGB (Red+Green+Blue) = 162+179+15=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 15 (6.25% from 255 or 4.21% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2B30F is #5D4CF0. Grayscale: #9B9B9B. Windows color (decimal): -6114545 or 1029026. OLE color: 1029026.
HSL color Cylindrical-coordinate representation of color #A2B30F: hue angle of 66.22º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2B30F is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 179 | 15 | - |
| CMYK | 0.09 | 0 | 0.92 | 0.30 |
| HSL | 66.22º | 0.85% | 0.38% | - |
| HSV(B) | 66.22º | 0.92% | 0.7% | - |
| XYZ | 31.11 | 39.96 | 6.52 | - |
| YUV | 155.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 179 | 15 | 0.09 | 0 | 0.92 | 0.30 | 66.22 | 0.85 | 0.38 |
| Hex | A2 | B3 | F | 9 | 0 | 5C | 1E | 42 | 55 | 26 |
| Octal | 242 | 263 | 17 | 11 | 0 | 134 | 36 | 102 | 125 | 46 |
| Binary | 10100010 | 10110011 | 1111 | 1001 | 0 | 1011100 | 11110 | 1000010 | 1010101 | 100110 |
Color Harmonies of #A2B30F
Complementary color
Monochromatic Colors of #A2B30F
Black with #A2B30F
Text Example
Text Example
White with #A2B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B30F; }
p { color: rgb(162,179,15); }
H1.HeaderClassName
{
color: #A2B30F;
}
.AnyTagClassName
{
color: #A2B30F;
}
</style>
background-color css
<style>
a { background-color: #A2B30F; }
a { background-color: rgb(162,179,15); }
div.DivClassName
{
background-color: #A2B30F;
}
.BgClassName
{
background-color: #A2B30F;
}
</style>
border-color css
<style>
span { border-color: #A2B30F; }
span { border-color: rgb(162,179,15); }
td.TdClassName
{
border-color: #A2B30F;
}
.TagClassName
{
border-color: #A2B30F;
}
</style>