Shades of Citrus #A1C30D
Tints of Citrus #A1C30D
RGB
CMYK
RGB Variations
Color information
#A1C30D (or 0xA1C30D) is known color: Citrus. HEX triplet: A1, C3 and 0D. RGB value is (161,195,13). Sum of RGB (Red+Green+Blue) = 161+195+13=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C30D is #5E3CF2. Grayscale: #A4A4A4. Windows color (decimal): -6175987 or 902049. OLE color: 902049.
HSL color Cylindrical-coordinate representation of color #A1C30D: hue angle of 71.21º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1C30D is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 13 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.24 |
| HSL | 71.21º | 0.88% | 0.41% | - |
| HSV(B) | 71.21º | 0.93% | 0.76% | - |
| XYZ | 34.29 | 46.64 | 7.58 | - |
| YUV | 164.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 13 | 0.17 | 0 | 0.93 | 0.24 | 71.21 | 0.88 | 0.41 |
| Hex | A1 | C3 | D | 11 | 0 | 5D | 18 | 47 | 58 | 29 |
| Octal | 241 | 303 | 15 | 21 | 0 | 135 | 30 | 107 | 130 | 51 |
| Binary | 10100001 | 11000011 | 1101 | 10001 | 0 | 1011101 | 11000 | 1000111 | 1011000 | 101001 |
Color Harmonies of #A1C30D
Complementary color
Monochromatic Colors of #A1C30D
Black with #A1C30D
Text Example
Text Example
White with #A1C30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C30D; }
p { color: rgb(161,195,13); }
H1.HeaderClassName
{
color: #A1C30D;
}
.AnyTagClassName
{
color: #A1C30D;
}
</style>
background-color css
<style>
a { background-color: #A1C30D; }
a { background-color: rgb(161,195,13); }
div.DivClassName
{
background-color: #A1C30D;
}
.BgClassName
{
background-color: #A1C30D;
}
</style>
border-color css
<style>
span { border-color: #A1C30D; }
span { border-color: rgb(161,195,13); }
td.TdClassName
{
border-color: #A1C30D;
}
.TagClassName
{
border-color: #A1C30D;
}
</style>