Shades of Citrus #A2CB04
Tints of Citrus #A2CB04
RGB
CMYK
RGB Variations
Color information
#A2CB04 (or 0xA2CB04) is known color: Citrus. HEX triplet: A2, CB and 04. RGB value is (162,203,4). Sum of RGB (Red+Green+Blue) = 162+203+4=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CB04 is #5D34FB. Grayscale: #A8A8A8. Windows color (decimal): -6108412 or 314274. OLE color: 314274.
HSL color Cylindrical-coordinate representation of color #A2CB04: hue angle of 72.36º 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 #A2CB04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 203 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.20 |
| HSL | 72.36º | 0.96% | 0.41% | - |
| HSV(B) | 72.36º | 0.98% | 0.8% | - |
| XYZ | 36.28 | 50.4 | 7.93 | - |
| YUV | 168.06 | 35.42 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 203 | 4 | 0.20 | 0 | 0.98 | 0.20 | 72.36 | 0.96 | 0.41 |
| Hex | A2 | CB | 4 | 14 | 0 | 62 | 14 | 48 | 60 | 29 |
| Octal | 242 | 313 | 4 | 24 | 0 | 142 | 24 | 110 | 140 | 51 |
| Binary | 10100010 | 11001011 | 100 | 10100 | 0 | 1100010 | 10100 | 1001000 | 1100000 | 101001 |
Color Harmonies of #A2CB04
Complementary color
Monochromatic Colors of #A2CB04
Black with #A2CB04
Text Example
Text Example
White with #A2CB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CB04; }
p { color: rgb(162,203,4); }
H1.HeaderClassName
{
color: #A2CB04;
}
.AnyTagClassName
{
color: #A2CB04;
}
</style>
background-color css
<style>
a { background-color: #A2CB04; }
a { background-color: rgb(162,203,4); }
div.DivClassName
{
background-color: #A2CB04;
}
.BgClassName
{
background-color: #A2CB04;
}
</style>
border-color css
<style>
span { border-color: #A2CB04; }
span { border-color: rgb(162,203,4); }
td.TdClassName
{
border-color: #A2CB04;
}
.TagClassName
{
border-color: #A2CB04;
}
</style>