Shades of Bahia #A0CF17
Tints of Bahia #A0CF17
RGB
CMYK
RGB Variations
Color information
#A0CF17 (or 0xA0CF17) is known color: Bahia. HEX triplet: A0, CF and 17. RGB value is (160,207,23). Sum of RGB (Red+Green+Blue) = 160+207+23=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CF17 is #5F30E8. Grayscale: #ACACAC. Windows color (decimal): -6238441 or 1560480. OLE color: 1560480.
HSL color Cylindrical-coordinate representation of color #A0CF17: hue angle of 75.33º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0CF17 is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 23 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.19 |
| HSL | 75.33º | 0.8% | 0.45% | - |
| HSV(B) | 75.33º | 0.89% | 0.81% | - |
| XYZ | 36.96 | 52.16 | 8.93 | - |
| YUV | 171.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 23 | 0.23 | 0 | 0.89 | 0.19 | 75.33 | 0.8 | 0.45 |
| Hex | A0 | CF | 17 | 17 | 0 | 59 | 13 | 4B | 50 | 2D |
| Octal | 240 | 317 | 27 | 27 | 0 | 131 | 23 | 113 | 120 | 55 |
| Binary | 10100000 | 11001111 | 10111 | 10111 | 0 | 1011001 | 10011 | 1001011 | 1010000 | 101101 |
Color Harmonies of #A0CF17
Complementary color
Monochromatic Colors of #A0CF17
Black with #A0CF17
Text Example
Text Example
White with #A0CF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF17; }
p { color: rgb(160,207,23); }
H1.HeaderClassName
{
color: #A0CF17;
}
.AnyTagClassName
{
color: #A0CF17;
}
</style>
background-color css
<style>
a { background-color: #A0CF17; }
a { background-color: rgb(160,207,23); }
div.DivClassName
{
background-color: #A0CF17;
}
.BgClassName
{
background-color: #A0CF17;
}
</style>
border-color css
<style>
span { border-color: #A0CF17; }
span { border-color: rgb(160,207,23); }
td.TdClassName
{
border-color: #A0CF17;
}
.TagClassName
{
border-color: #A0CF17;
}
</style>