Shades of Bahia #A7CF10
Tints of Bahia #A7CF10
RGB
CMYK
RGB Variations
Color information
#A7CF10 (or 0xA7CF10) is known color: Bahia. HEX triplet: A7, CF and 10. RGB value is (167,207,16). Sum of RGB (Red+Green+Blue) = 167+207+16=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CF10 is #5830EF. Grayscale: #ADADAD. Windows color (decimal): -5779696 or 1101735. OLE color: 1101735.
HSL color Cylindrical-coordinate representation of color #A7CF10: hue angle of 72.57º 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 #A7CF10 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 207 | 16 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.19 |
| HSL | 72.57º | 0.86% | 0.44% | - |
| HSV(B) | 72.57º | 0.92% | 0.81% | - |
| XYZ | 38.34 | 52.88 | 8.68 | - |
| YUV | 173.27 | 39.25 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 207 | 16 | 0.19 | 0 | 0.92 | 0.19 | 72.57 | 0.86 | 0.44 |
| Hex | A7 | CF | 10 | 13 | 0 | 5C | 13 | 49 | 56 | 2C |
| Octal | 247 | 317 | 20 | 23 | 0 | 134 | 23 | 111 | 126 | 54 |
| Binary | 10100111 | 11001111 | 10000 | 10011 | 0 | 1011100 | 10011 | 1001001 | 1010110 | 101100 |
Color Harmonies of #A7CF10
Complementary color
Monochromatic Colors of #A7CF10
Black with #A7CF10
Text Example
Text Example
White with #A7CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CF10; }
p { color: rgb(167,207,16); }
H1.HeaderClassName
{
color: #A7CF10;
}
.AnyTagClassName
{
color: #A7CF10;
}
</style>
background-color css
<style>
a { background-color: #A7CF10; }
a { background-color: rgb(167,207,16); }
div.DivClassName
{
background-color: #A7CF10;
}
.BgClassName
{
background-color: #A7CF10;
}
</style>
border-color css
<style>
span { border-color: #A7CF10; }
span { border-color: rgb(167,207,16); }
td.TdClassName
{
border-color: #A7CF10;
}
.TagClassName
{
border-color: #A7CF10;
}
</style>