Shades of Citrus #A3C00F
Tints of Citrus #A3C00F
RGB
CMYK
RGB Variations
Color information
#A3C00F (or 0xA3C00F) is known color: Citrus. HEX triplet: A3, C0 and 0F. RGB value is (163,192,15). Sum of RGB (Red+Green+Blue) = 163+192+15=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C00F is #5C3FF0. Grayscale: #A3A3A3. Windows color (decimal): -6045681 or 1032355. OLE color: 1032355.
HSL color Cylindrical-coordinate representation of color #A3C00F: hue angle of 69.83º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3C00F is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 15 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.25 |
| HSL | 69.83º | 0.86% | 0.41% | - |
| HSV(B) | 69.83º | 0.92% | 0.75% | - |
| XYZ | 34.04 | 45.52 | 7.44 | - |
| YUV | 163.15 | 44.39 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 15 | 0.15 | 0 | 0.92 | 0.25 | 69.83 | 0.86 | 0.41 |
| Hex | A3 | C0 | F | F | 0 | 5C | 19 | 46 | 56 | 29 |
| Octal | 243 | 300 | 17 | 17 | 0 | 134 | 31 | 106 | 126 | 51 |
| Binary | 10100011 | 11000000 | 1111 | 1111 | 0 | 1011100 | 11001 | 1000110 | 1010110 | 101001 |
Color Harmonies of #A3C00F
Complementary color
Monochromatic Colors of #A3C00F
Black with #A3C00F
Text Example
Text Example
White with #A3C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C00F; }
p { color: rgb(163,192,15); }
H1.HeaderClassName
{
color: #A3C00F;
}
.AnyTagClassName
{
color: #A3C00F;
}
</style>
background-color css
<style>
a { background-color: #A3C00F; }
a { background-color: rgb(163,192,15); }
div.DivClassName
{
background-color: #A3C00F;
}
.BgClassName
{
background-color: #A3C00F;
}
</style>
border-color css
<style>
span { border-color: #A3C00F; }
span { border-color: rgb(163,192,15); }
td.TdClassName
{
border-color: #A3C00F;
}
.TagClassName
{
border-color: #A3C00F;
}
</style>