Shades of Citrus #A3CB04
Tints of Citrus #A3CB04
RGB
CMYK
RGB Variations
Color information
#A3CB04 (or 0xA3CB04) is known color: Citrus. HEX triplet: A3, CB and 04. RGB value is (163,203,4). Sum of RGB (Red+Green+Blue) = 163+203+4=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CB04 is #5C34FB. Grayscale: #A9A9A9. Windows color (decimal): -6042876 or 314275. OLE color: 314275.
HSL color Cylindrical-coordinate representation of color #A3CB04: hue angle of 72.06º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3CB04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.20 |
| HSL | 72.06º | 0.96% | 0.41% | - |
| HSV(B) | 72.06º | 0.98% | 0.8% | - |
| XYZ | 36.48 | 50.51 | 7.94 | - |
| YUV | 168.35 | 35.25 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 4 | 0.20 | 0 | 0.98 | 0.20 | 72.06 | 0.96 | 0.41 |
| Hex | A3 | CB | 4 | 14 | 0 | 62 | 14 | 48 | 60 | 29 |
| Octal | 243 | 313 | 4 | 24 | 0 | 142 | 24 | 110 | 140 | 51 |
| Binary | 10100011 | 11001011 | 100 | 10100 | 0 | 1100010 | 10100 | 1001000 | 1100000 | 101001 |
Color Harmonies of #A3CB04
Complementary color
Monochromatic Colors of #A3CB04
Black with #A3CB04
Text Example
Text Example
White with #A3CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB04; }
p { color: rgb(163,203,4); }
H1.HeaderClassName
{
color: #A3CB04;
}
.AnyTagClassName
{
color: #A3CB04;
}
</style>
background-color css
<style>
a { background-color: #A3CB04; }
a { background-color: rgb(163,203,4); }
div.DivClassName
{
background-color: #A3CB04;
}
.BgClassName
{
background-color: #A3CB04;
}
</style>
border-color css
<style>
span { border-color: #A3CB04; }
span { border-color: rgb(163,203,4); }
td.TdClassName
{
border-color: #A3CB04;
}
.TagClassName
{
border-color: #A3CB04;
}
</style>