Shades of Citrus #A8C603
Tints of Citrus #A8C603
RGB
CMYK
RGB Variations
Color information
#A8C603 (or 0xA8C603) is known color: Citrus. HEX triplet: A8, C6 and 03. RGB value is (168,198,3). Sum of RGB (Red+Green+Blue) = 168+198+3=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C603 is #5739FC. Grayscale: #A7A7A7. Windows color (decimal): -5716477 or 247464. OLE color: 247464.
HSL color Cylindrical-coordinate representation of color #A8C603: hue angle of 69.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8C603 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 3 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.22 |
| HSL | 69.23º | 0.97% | 0.39% | - |
| HSV(B) | 69.23º | 0.98% | 0.78% | - |
| XYZ | 36.36 | 48.72 | 7.57 | - |
| YUV | 166.8 | 35.56 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 3 | 0.15 | 0 | 0.98 | 0.22 | 69.23 | 0.97 | 0.39 |
| Hex | A8 | C6 | 3 | F | 0 | 62 | 16 | 45 | 61 | 27 |
| Octal | 250 | 306 | 3 | 17 | 0 | 142 | 26 | 105 | 141 | 47 |
| Binary | 10101000 | 11000110 | 11 | 1111 | 0 | 1100010 | 10110 | 1000101 | 1100001 | 100111 |
Color Harmonies of #A8C603
Complementary color
Monochromatic Colors of #A8C603
Black with #A8C603
Text Example
Text Example
White with #A8C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C603; }
p { color: rgb(168,198,3); }
H1.HeaderClassName
{
color: #A8C603;
}
.AnyTagClassName
{
color: #A8C603;
}
</style>
background-color css
<style>
a { background-color: #A8C603; }
a { background-color: rgb(168,198,3); }
div.DivClassName
{
background-color: #A8C603;
}
.BgClassName
{
background-color: #A8C603;
}
</style>
border-color css
<style>
span { border-color: #A8C603; }
span { border-color: rgb(168,198,3); }
td.TdClassName
{
border-color: #A8C603;
}
.TagClassName
{
border-color: #A8C603;
}
</style>