Shades of Citrus #A6CE04
Tints of Citrus #A6CE04
RGB
CMYK
RGB Variations
Color information
#A6CE04 (or 0xA6CE04) is known color: Citrus. HEX triplet: A6, CE and 04. RGB value is (166,206,4). Sum of RGB (Red+Green+Blue) = 166+206+4=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A6CE04 is #5931FB. Grayscale: #ABABAB. Windows color (decimal): -5845500 or 315046. OLE color: 315046.
HSL color Cylindrical-coordinate representation of color #A6CE04: hue angle of 71.88º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A6CE04 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.19 |
| HSL | 71.88º | 0.96% | 0.41% | - |
| HSV(B) | 71.88º | 0.98% | 0.81% | - |
| XYZ | 37.82 | 52.26 | 8.21 | - |
| YUV | 171.01 | 33.75 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 4 | 0.19 | 0 | 0.98 | 0.19 | 71.88 | 0.96 | 0.41 |
| Hex | A6 | CE | 4 | 13 | 0 | 62 | 13 | 48 | 60 | 29 |
| Octal | 246 | 316 | 4 | 23 | 0 | 142 | 23 | 110 | 140 | 51 |
| Binary | 10100110 | 11001110 | 100 | 10011 | 0 | 1100010 | 10011 | 1001000 | 1100000 | 101001 |
Color Harmonies of #A6CE04
Complementary color
Monochromatic Colors of #A6CE04
Black with #A6CE04
Text Example
Text Example
White with #A6CE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE04; }
p { color: rgb(166,206,4); }
H1.HeaderClassName
{
color: #A6CE04;
}
.AnyTagClassName
{
color: #A6CE04;
}
</style>
background-color css
<style>
a { background-color: #A6CE04; }
a { background-color: rgb(166,206,4); }
div.DivClassName
{
background-color: #A6CE04;
}
.BgClassName
{
background-color: #A6CE04;
}
</style>
border-color css
<style>
span { border-color: #A6CE04; }
span { border-color: rgb(166,206,4); }
td.TdClassName
{
border-color: #A6CE04;
}
.TagClassName
{
border-color: #A6CE04;
}
</style>