Shades of Citrus #A8C205
Tints of Citrus #A8C205
RGB
CMYK
RGB Variations
Color information
#A8C205 (or 0xA8C205) is known color: Citrus. HEX triplet: A8, C2 and 05. RGB value is (168,194,5). Sum of RGB (Red+Green+Blue) = 168+194+5=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C205 is #573DFA. Grayscale: #A5A5A5. Windows color (decimal): -5717499 or 377512. OLE color: 377512.
HSL color Cylindrical-coordinate representation of color #A8C205: hue angle of 68.25º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8C205 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 194 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.24 |
| HSL | 68.25º | 0.95% | 0.39% | - |
| HSV(B) | 68.25º | 0.97% | 0.76% | - |
| XYZ | 35.47 | 46.92 | 7.33 | - |
| YUV | 164.68 | 37.89 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 194 | 5 | 0.13 | 0 | 0.97 | 0.24 | 68.25 | 0.95 | 0.39 |
| Hex | A8 | C2 | 5 | D | 0 | 61 | 18 | 44 | 5F | 27 |
| Octal | 250 | 302 | 5 | 15 | 0 | 141 | 30 | 104 | 137 | 47 |
| Binary | 10101000 | 11000010 | 101 | 1101 | 0 | 1100001 | 11000 | 1000100 | 1011111 | 100111 |
Color Harmonies of #A8C205
Complementary color
Monochromatic Colors of #A8C205
Black with #A8C205
Text Example
Text Example
White with #A8C205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C205; }
p { color: rgb(168,194,5); }
H1.HeaderClassName
{
color: #A8C205;
}
.AnyTagClassName
{
color: #A8C205;
}
</style>
background-color css
<style>
a { background-color: #A8C205; }
a { background-color: rgb(168,194,5); }
div.DivClassName
{
background-color: #A8C205;
}
.BgClassName
{
background-color: #A8C205;
}
</style>
border-color css
<style>
span { border-color: #A8C205; }
span { border-color: rgb(168,194,5); }
td.TdClassName
{
border-color: #A8C205;
}
.TagClassName
{
border-color: #A8C205;
}
</style>