Shades of Citrus #A1D102
Tints of Citrus #A1D102
RGB
CMYK
RGB Variations
Color information
#A1D102 (or 0xA1D102) is known color: Citrus. HEX triplet: A1, D1 and 02. RGB value is (161,209,2). Sum of RGB (Red+Green+Blue) = 161+209+2=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 209 (82.03% from 255 or 56.18% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D102 is #5E2EFD. Grayscale: #ABABAB. Windows color (decimal): -6172414 or 184737. OLE color: 184737.
HSL color Cylindrical-coordinate representation of color #A1D102: hue angle of 73.91º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1D102 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.18 |
| HSL | 73.91º | 0.98% | 0.41% | - |
| HSV(B) | 73.91º | 0.99% | 0.82% | - |
| XYZ | 37.51 | 53.18 | 8.35 | - |
| YUV | 171.05 | 32.6 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 2 | 0.23 | 0 | 0.99 | 0.18 | 73.91 | 0.98 | 0.41 |
| Hex | A1 | D1 | 2 | 17 | 0 | 63 | 12 | 4A | 62 | 29 |
| Octal | 241 | 321 | 2 | 27 | 0 | 143 | 22 | 112 | 142 | 51 |
| Binary | 10100001 | 11010001 | 10 | 10111 | 0 | 1100011 | 10010 | 1001010 | 1100010 | 101001 |
Color Harmonies of #A1D102
Complementary color
Monochromatic Colors of #A1D102
Black with #A1D102
Text Example
Text Example
White with #A1D102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D102; }
p { color: rgb(161,209,2); }
H1.HeaderClassName
{
color: #A1D102;
}
.AnyTagClassName
{
color: #A1D102;
}
</style>
background-color css
<style>
a { background-color: #A1D102; }
a { background-color: rgb(161,209,2); }
div.DivClassName
{
background-color: #A1D102;
}
.BgClassName
{
background-color: #A1D102;
}
</style>
border-color css
<style>
span { border-color: #A1D102; }
span { border-color: rgb(161,209,2); }
td.TdClassName
{
border-color: #A1D102;
}
.TagClassName
{
border-color: #A1D102;
}
</style>