Shades of Bahia #A7CE14
Tints of Bahia #A7CE14
RGB
CMYK
RGB Variations
Color information
#A7CE14 (or 0xA7CE14) is known color: Bahia. HEX triplet: A7, CE and 14. RGB value is (167,206,20). Sum of RGB (Red+Green+Blue) = 167+206+20=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7CE14 is #5831EB. Grayscale: #ADADAD. Windows color (decimal): -5779948 or 1363623. OLE color: 1363623.
HSL color Cylindrical-coordinate representation of color #A7CE14: hue angle of 72.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7CE14 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 20 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.19 |
| HSL | 72.58º | 0.82% | 0.44% | - |
| HSV(B) | 72.58º | 0.9% | 0.81% | - |
| XYZ | 38.13 | 52.41 | 8.77 | - |
| YUV | 173.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 20 | 0.19 | 0 | 0.90 | 0.19 | 72.58 | 0.82 | 0.44 |
| Hex | A7 | CE | 14 | 13 | 0 | 5A | 13 | 49 | 52 | 2C |
| Octal | 247 | 316 | 24 | 23 | 0 | 132 | 23 | 111 | 122 | 54 |
| Binary | 10100111 | 11001110 | 10100 | 10011 | 0 | 1011010 | 10011 | 1001001 | 1010010 | 101100 |
Color Harmonies of #A7CE14
Complementary color
Monochromatic Colors of #A7CE14
Black with #A7CE14
Text Example
Text Example
White with #A7CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CE14; }
p { color: rgb(167,206,20); }
H1.HeaderClassName
{
color: #A7CE14;
}
.AnyTagClassName
{
color: #A7CE14;
}
</style>
background-color css
<style>
a { background-color: #A7CE14; }
a { background-color: rgb(167,206,20); }
div.DivClassName
{
background-color: #A7CE14;
}
.BgClassName
{
background-color: #A7CE14;
}
</style>
border-color css
<style>
span { border-color: #A7CE14; }
span { border-color: rgb(167,206,20); }
td.TdClassName
{
border-color: #A7CE14;
}
.TagClassName
{
border-color: #A7CE14;
}
</style>