Shades of Bahia #A0CF10
Tints of Bahia #A0CF10
RGB
CMYK
RGB Variations
Color information
#A0CF10 (or 0xA0CF10) is known color: Bahia. HEX triplet: A0, CF and 10. RGB value is (160,207,16). Sum of RGB (Red+Green+Blue) = 160+207+16=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CF10 is #5F30EF. Grayscale: #ABABAB. Windows color (decimal): -6238448 or 1101728. OLE color: 1101728.
HSL color Cylindrical-coordinate representation of color #A0CF10: hue angle of 74.76º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0CF10 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 16 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.19 |
| HSL | 74.76º | 0.86% | 0.44% | - |
| HSV(B) | 74.76º | 0.92% | 0.81% | - |
| XYZ | 36.9 | 52.14 | 8.61 | - |
| YUV | 171.17 | 40.43 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 16 | 0.23 | 0 | 0.92 | 0.19 | 74.76 | 0.86 | 0.44 |
| Hex | A0 | CF | 10 | 17 | 0 | 5C | 13 | 4B | 56 | 2C |
| Octal | 240 | 317 | 20 | 27 | 0 | 134 | 23 | 113 | 126 | 54 |
| Binary | 10100000 | 11001111 | 10000 | 10111 | 0 | 1011100 | 10011 | 1001011 | 1010110 | 101100 |
Color Harmonies of #A0CF10
Complementary color
Monochromatic Colors of #A0CF10
Black with #A0CF10
Text Example
Text Example
White with #A0CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF10; }
p { color: rgb(160,207,16); }
H1.HeaderClassName
{
color: #A0CF10;
}
.AnyTagClassName
{
color: #A0CF10;
}
</style>
background-color css
<style>
a { background-color: #A0CF10; }
a { background-color: rgb(160,207,16); }
div.DivClassName
{
background-color: #A0CF10;
}
.BgClassName
{
background-color: #A0CF10;
}
</style>
border-color css
<style>
span { border-color: #A0CF10; }
span { border-color: rgb(160,207,16); }
td.TdClassName
{
border-color: #A0CF10;
}
.TagClassName
{
border-color: #A0CF10;
}
</style>