Shades of Citrus #A0C302
Tints of Citrus #A0C302
RGB
CMYK
RGB Variations
Color information
#A0C302 (or 0xA0C302) is known color: Citrus. HEX triplet: A0, C3 and 02. RGB value is (160,195,2). Sum of RGB (Red+Green+Blue) = 160+195+2=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C302 is #5F3CFD. Grayscale: #A3A3A3. Windows color (decimal): -6241534 or 181152. OLE color: 181152.
HSL color Cylindrical-coordinate representation of color #A0C302: hue angle of 70.88º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0C302 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.24 |
| HSL | 70.88º | 0.98% | 0.39% | - |
| HSV(B) | 70.88º | 0.99% | 0.76% | - |
| XYZ | 34.02 | 46.51 | 7.24 | - |
| YUV | 162.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 2 | 0.18 | 0 | 0.99 | 0.24 | 70.88 | 0.98 | 0.39 |
| Hex | A0 | C3 | 2 | 12 | 0 | 63 | 18 | 47 | 62 | 27 |
| Octal | 240 | 303 | 2 | 22 | 0 | 143 | 30 | 107 | 142 | 47 |
| Binary | 10100000 | 11000011 | 10 | 10010 | 0 | 1100011 | 11000 | 1000111 | 1100010 | 100111 |
Color Harmonies of #A0C302
Complementary color
Monochromatic Colors of #A0C302
Black with #A0C302
Text Example
Text Example
White with #A0C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C302; }
p { color: rgb(160,195,2); }
H1.HeaderClassName
{
color: #A0C302;
}
.AnyTagClassName
{
color: #A0C302;
}
</style>
background-color css
<style>
a { background-color: #A0C302; }
a { background-color: rgb(160,195,2); }
div.DivClassName
{
background-color: #A0C302;
}
.BgClassName
{
background-color: #A0C302;
}
</style>
border-color css
<style>
span { border-color: #A0C302; }
span { border-color: rgb(160,195,2); }
td.TdClassName
{
border-color: #A0C302;
}
.TagClassName
{
border-color: #A0C302;
}
</style>