Shades of Citrus #A2D003
Tints of Citrus #A2D003
RGB
CMYK
RGB Variations
Color information
#A2D003 (or 0xA2D003) is known color: Citrus. HEX triplet: A2, D0 and 03. RGB value is (162,208,3). Sum of RGB (Red+Green+Blue) = 162+208+3=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 3 (1.56% from 255 or 0.80% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D003 is #5D2FFC. Grayscale: #ABABAB. Windows color (decimal): -6107133 or 250018. OLE color: 250018.
HSL color Cylindrical-coordinate representation of color #A2D003: hue angle of 73.46º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2D003 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 3 | - |
| CMYK | 0.22 | 0 | 0.99 | 0.18 |
| HSL | 73.46º | 0.97% | 0.41% | - |
| HSV(B) | 73.46º | 0.99% | 0.82% | - |
| XYZ | 37.47 | 52.8 | 8.3 | - |
| YUV | 170.88 | 33.26 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 3 | 0.22 | 0 | 0.99 | 0.18 | 73.46 | 0.97 | 0.41 |
| Hex | A2 | D0 | 3 | 16 | 0 | 63 | 12 | 49 | 61 | 29 |
| Octal | 242 | 320 | 3 | 26 | 0 | 143 | 22 | 111 | 141 | 51 |
| Binary | 10100010 | 11010000 | 11 | 10110 | 0 | 1100011 | 10010 | 1001001 | 1100001 | 101001 |
Color Harmonies of #A2D003
Complementary color
Monochromatic Colors of #A2D003
Black with #A2D003
Text Example
Text Example
White with #A2D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D003; }
p { color: rgb(162,208,3); }
H1.HeaderClassName
{
color: #A2D003;
}
.AnyTagClassName
{
color: #A2D003;
}
</style>
background-color css
<style>
a { background-color: #A2D003; }
a { background-color: rgb(162,208,3); }
div.DivClassName
{
background-color: #A2D003;
}
.BgClassName
{
background-color: #A2D003;
}
</style>
border-color css
<style>
span { border-color: #A2D003; }
span { border-color: rgb(162,208,3); }
td.TdClassName
{
border-color: #A2D003;
}
.TagClassName
{
border-color: #A2D003;
}
</style>