Shades of Citrus #A5C00A
Tints of Citrus #A5C00A
RGB
CMYK
RGB Variations
Color information
#A5C00A (or 0xA5C00A) is known color: Citrus. HEX triplet: A5, C0 and 0A. RGB value is (165,192,10). Sum of RGB (Red+Green+Blue) = 165+192+10=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C00A is #5A3FF5. Grayscale: #A3A3A3. Windows color (decimal): -5914614 or 704677. OLE color: 704677.
HSL color Cylindrical-coordinate representation of color #A5C00A: hue angle of 68.9º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5C00A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 192 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.25 |
| HSL | 68.9º | 0.9% | 0.4% | - |
| HSV(B) | 68.9º | 0.95% | 0.75% | - |
| XYZ | 34.42 | 45.72 | 7.3 | - |
| YUV | 163.18 | 41.55 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 192 | 10 | 0.14 | 0 | 0.95 | 0.25 | 68.9 | 0.9 | 0.4 |
| Hex | A5 | C0 | A | E | 0 | 5F | 19 | 45 | 5A | 28 |
| Octal | 245 | 300 | 12 | 16 | 0 | 137 | 31 | 105 | 132 | 50 |
| Binary | 10100101 | 11000000 | 1010 | 1110 | 0 | 1011111 | 11001 | 1000101 | 1011010 | 101000 |
Color Harmonies of #A5C00A
Complementary color
Monochromatic Colors of #A5C00A
Black with #A5C00A
Text Example
Text Example
White with #A5C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C00A; }
p { color: rgb(165,192,10); }
H1.HeaderClassName
{
color: #A5C00A;
}
.AnyTagClassName
{
color: #A5C00A;
}
</style>
background-color css
<style>
a { background-color: #A5C00A; }
a { background-color: rgb(165,192,10); }
div.DivClassName
{
background-color: #A5C00A;
}
.BgClassName
{
background-color: #A5C00A;
}
</style>
border-color css
<style>
span { border-color: #A5C00A; }
span { border-color: rgb(165,192,10); }
td.TdClassName
{
border-color: #A5C00A;
}
.TagClassName
{
border-color: #A5C00A;
}
</style>