Shades of Bahia #A0C724
Tints of Bahia #A0C724
RGB
CMYK
RGB Variations
Color information
#A0C724 (or 0xA0C724) is known color: Bahia. HEX triplet: A0, C7 and 24. RGB value is (160,199,36). Sum of RGB (Red+Green+Blue) = 160+199+36=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C724 is #5F38DB. Grayscale: #A9A9A9. Windows color (decimal): -6240476 or 2410400. OLE color: 2410400.
HSL color Cylindrical-coordinate representation of color #A0C724: hue angle of 74.36º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0C724 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 199 | 36 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.22 |
| HSL | 74.36º | 0.69% | 0.46% | - |
| HSV(B) | 74.36º | 0.82% | 0.78% | - |
| XYZ | 35.24 | 48.45 | 9.16 | - |
| YUV | 168.76 | 53.08 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 199 | 36 | 0.20 | 0 | 0.82 | 0.22 | 74.36 | 0.69 | 0.46 |
| Hex | A0 | C7 | 24 | 14 | 0 | 52 | 16 | 4A | 45 | 2E |
| Octal | 240 | 307 | 44 | 24 | 0 | 122 | 26 | 112 | 105 | 56 |
| Binary | 10100000 | 11000111 | 100100 | 10100 | 0 | 1010010 | 10110 | 1001010 | 1000101 | 101110 |
Color Harmonies of #A0C724
Complementary color
Monochromatic Colors of #A0C724
Black with #A0C724
Text Example
Text Example
White with #A0C724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C724; }
p { color: rgb(160,199,36); }
H1.HeaderClassName
{
color: #A0C724;
}
.AnyTagClassName
{
color: #A0C724;
}
</style>
background-color css
<style>
a { background-color: #A0C724; }
a { background-color: rgb(160,199,36); }
div.DivClassName
{
background-color: #A0C724;
}
.BgClassName
{
background-color: #A0C724;
}
</style>
border-color css
<style>
span { border-color: #A0C724; }
span { border-color: rgb(160,199,36); }
td.TdClassName
{
border-color: #A0C724;
}
.TagClassName
{
border-color: #A0C724;
}
</style>