Shades of Citrus #A1CC07
Tints of Citrus #A1CC07
RGB
CMYK
RGB Variations
Color information
#A1CC07 (or 0xA1CC07) is known color: Citrus. HEX triplet: A1, CC and 07. RGB value is (161,204,7). Sum of RGB (Red+Green+Blue) = 161+204+7=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 7 (3.12% from 255 or 1.88% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CC07 is #5E33F8. Grayscale: #A9A9A9. Windows color (decimal): -6173689 or 511137. OLE color: 511137.
HSL color Cylindrical-coordinate representation of color #A1CC07: hue angle of 73.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1CC07 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 7 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.2 |
| HSL | 73.1º | 0.93% | 0.41% | - |
| HSV(B) | 73.1º | 0.97% | 0.8% | - |
| XYZ | 36.33 | 50.78 | 8.09 | - |
| YUV | 168.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 7 | 0.21 | 0 | 0.97 | 0.2 | 73.1 | 0.93 | 0.41 |
| Hex | A1 | CC | 7 | 15 | 0 | 61 | 14 | 49 | 5D | 29 |
| Octal | 241 | 314 | 7 | 25 | 0 | 141 | 24 | 111 | 135 | 51 |
| Binary | 10100001 | 11001100 | 111 | 10101 | 0 | 1100001 | 10100 | 1001001 | 1011101 | 101001 |
Color Harmonies of #A1CC07
Complementary color
Monochromatic Colors of #A1CC07
Black with #A1CC07
Text Example
Text Example
White with #A1CC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC07; }
p { color: rgb(161,204,7); }
H1.HeaderClassName
{
color: #A1CC07;
}
.AnyTagClassName
{
color: #A1CC07;
}
</style>
background-color css
<style>
a { background-color: #A1CC07; }
a { background-color: rgb(161,204,7); }
div.DivClassName
{
background-color: #A1CC07;
}
.BgClassName
{
background-color: #A1CC07;
}
</style>
border-color css
<style>
span { border-color: #A1CC07; }
span { border-color: rgb(161,204,7); }
td.TdClassName
{
border-color: #A1CC07;
}
.TagClassName
{
border-color: #A1CC07;
}
</style>