Shades of Citrus #A1C402
Tints of Citrus #A1C402
RGB
CMYK
RGB Variations
Color information
#A1C402 (or 0xA1C402) is known color: Citrus. HEX triplet: A1, C4 and 02. RGB value is (161,196,2). Sum of RGB (Red+Green+Blue) = 161+196+2=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C402 is #5E3BFD. Grayscale: #A4A4A4. Windows color (decimal): -6175742 or 181409. OLE color: 181409.
HSL color Cylindrical-coordinate representation of color #A1C402: hue angle of 70.82º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1C402 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.23 |
| HSL | 70.82º | 0.98% | 0.39% | - |
| HSV(B) | 70.82º | 0.99% | 0.77% | - |
| XYZ | 34.45 | 47.06 | 7.33 | - |
| YUV | 163.42 | 36.9 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 2 | 0.18 | 0 | 0.99 | 0.23 | 70.82 | 0.98 | 0.39 |
| Hex | A1 | C4 | 2 | 12 | 0 | 63 | 17 | 47 | 62 | 27 |
| Octal | 241 | 304 | 2 | 22 | 0 | 143 | 27 | 107 | 142 | 47 |
| Binary | 10100001 | 11000100 | 10 | 10010 | 0 | 1100011 | 10111 | 1000111 | 1100010 | 100111 |
Color Harmonies of #A1C402
Complementary color
Monochromatic Colors of #A1C402
Black with #A1C402
Text Example
Text Example
White with #A1C402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C402; }
p { color: rgb(161,196,2); }
H1.HeaderClassName
{
color: #A1C402;
}
.AnyTagClassName
{
color: #A1C402;
}
</style>
background-color css
<style>
a { background-color: #A1C402; }
a { background-color: rgb(161,196,2); }
div.DivClassName
{
background-color: #A1C402;
}
.BgClassName
{
background-color: #A1C402;
}
</style>
border-color css
<style>
span { border-color: #A1C402; }
span { border-color: rgb(161,196,2); }
td.TdClassName
{
border-color: #A1C402;
}
.TagClassName
{
border-color: #A1C402;
}
</style>