Shades of Citrus #A5C107
Tints of Citrus #A5C107
RGB
CMYK
RGB Variations
Color information
#A5C107 (or 0xA5C107) is known color: Citrus. HEX triplet: A5, C1 and 07. RGB value is (165,193,7). Sum of RGB (Red+Green+Blue) = 165+193+7=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C107 is #5A3EF8. Grayscale: #A4A4A4. Windows color (decimal): -5914361 or 508325. OLE color: 508325.
HSL color Cylindrical-coordinate representation of color #A5C107: hue angle of 69.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5C107 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 165 | 193 | 7 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.24 |
| HSL | 69.03º | 0.93% | 0.39% | - |
| HSV(B) | 69.03º | 0.96% | 0.76% | - |
| XYZ | 34.63 | 46.15 | 7.28 | - |
| YUV | 163.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 193 | 7 | 0.15 | 0 | 0.96 | 0.24 | 69.03 | 0.93 | 0.39 |
| Hex | A5 | C1 | 7 | F | 0 | 60 | 18 | 45 | 5D | 27 |
| Octal | 245 | 301 | 7 | 17 | 0 | 140 | 30 | 105 | 135 | 47 |
| Binary | 10100101 | 11000001 | 111 | 1111 | 0 | 1100000 | 11000 | 1000101 | 1011101 | 100111 |
Color Harmonies of #A5C107
Complementary color
Monochromatic Colors of #A5C107
Black with #A5C107
Text Example
Text Example
White with #A5C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C107; }
p { color: rgb(165,193,7); }
H1.HeaderClassName
{
color: #A5C107;
}
.AnyTagClassName
{
color: #A5C107;
}
</style>
background-color css
<style>
a { background-color: #A5C107; }
a { background-color: rgb(165,193,7); }
div.DivClassName
{
background-color: #A5C107;
}
.BgClassName
{
background-color: #A5C107;
}
</style>
border-color css
<style>
span { border-color: #A5C107; }
span { border-color: rgb(165,193,7); }
td.TdClassName
{
border-color: #A5C107;
}
.TagClassName
{
border-color: #A5C107;
}
</style>