Shades of Citrus #A1CE08
Tints of Citrus #A1CE08
RGB
CMYK
RGB Variations
Color information
#A1CE08 (or 0xA1CE08) is known color: Citrus. HEX triplet: A1, CE and 08. RGB value is (161,206,8). Sum of RGB (Red+Green+Blue) = 161+206+8=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CE08 is #5E31F7. Grayscale: #AAAAAA. Windows color (decimal): -6173176 or 577185. OLE color: 577185.
HSL color Cylindrical-coordinate representation of color #A1CE08: hue angle of 73.64º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1CE08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 206 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.19 |
| HSL | 73.64º | 0.93% | 0.42% | - |
| HSV(B) | 73.64º | 0.96% | 0.81% | - |
| XYZ | 36.81 | 51.74 | 8.28 | - |
| YUV | 169.97 | 36.59 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 8 | 0.22 | 0 | 0.96 | 0.19 | 73.64 | 0.93 | 0.42 |
| Hex | A1 | CE | 8 | 16 | 0 | 60 | 13 | 4A | 5D | 2A |
| Octal | 241 | 316 | 10 | 26 | 0 | 140 | 23 | 112 | 135 | 52 |
| Binary | 10100001 | 11001110 | 1000 | 10110 | 0 | 1100000 | 10011 | 1001010 | 1011101 | 101010 |
Color Harmonies of #A1CE08
Complementary color
Monochromatic Colors of #A1CE08
Black with #A1CE08
Text Example
Text Example
White with #A1CE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CE08; }
p { color: rgb(161,206,8); }
H1.HeaderClassName
{
color: #A1CE08;
}
.AnyTagClassName
{
color: #A1CE08;
}
</style>
background-color css
<style>
a { background-color: #A1CE08; }
a { background-color: rgb(161,206,8); }
div.DivClassName
{
background-color: #A1CE08;
}
.BgClassName
{
background-color: #A1CE08;
}
</style>
border-color css
<style>
span { border-color: #A1CE08; }
span { border-color: rgb(161,206,8); }
td.TdClassName
{
border-color: #A1CE08;
}
.TagClassName
{
border-color: #A1CE08;
}
</style>