Shades of Citrus #A5C405
Tints of Citrus #A5C405
RGB
CMYK
RGB Variations
Color information
#A5C405 (or 0xA5C405) is known color: Citrus. HEX triplet: A5, C4 and 05. RGB value is (165,196,5). Sum of RGB (Red+Green+Blue) = 165+196+5=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 5 (2.34% from 255 or 1.37% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C405 is #5A3BFA. Grayscale: #A5A5A5. Windows color (decimal): -5913595 or 378021. OLE color: 378021.
HSL color Cylindrical-coordinate representation of color #A5C405: hue angle of 69.74º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5C405 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 196 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.23 |
| HSL | 69.74º | 0.95% | 0.39% | - |
| HSV(B) | 69.74º | 0.97% | 0.77% | - |
| XYZ | 35.28 | 47.49 | 7.45 | - |
| YUV | 164.96 | 37.73 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 5 | 0.16 | 0 | 0.97 | 0.23 | 69.74 | 0.95 | 0.39 |
| Hex | A5 | C4 | 5 | 10 | 0 | 61 | 17 | 46 | 5F | 27 |
| Octal | 245 | 304 | 5 | 20 | 0 | 141 | 27 | 106 | 137 | 47 |
| Binary | 10100101 | 11000100 | 101 | 10000 | 0 | 1100001 | 10111 | 1000110 | 1011111 | 100111 |
Color Harmonies of #A5C405
Complementary color
Monochromatic Colors of #A5C405
Black with #A5C405
Text Example
Text Example
White with #A5C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C405; }
p { color: rgb(165,196,5); }
H1.HeaderClassName
{
color: #A5C405;
}
.AnyTagClassName
{
color: #A5C405;
}
</style>
background-color css
<style>
a { background-color: #A5C405; }
a { background-color: rgb(165,196,5); }
div.DivClassName
{
background-color: #A5C405;
}
.BgClassName
{
background-color: #A5C405;
}
</style>
border-color css
<style>
span { border-color: #A5C405; }
span { border-color: rgb(165,196,5); }
td.TdClassName
{
border-color: #A5C405;
}
.TagClassName
{
border-color: #A5C405;
}
</style>