Shades of Bahia #A8D11C
Tints of Bahia #A8D11C
RGB
CMYK
RGB Variations
Color information
#A8D11C (or 0xA8D11C) is known color: Bahia. HEX triplet: A8, D1 and 1C. RGB value is (168,209,28). Sum of RGB (Red+Green+Blue) = 168+209+28=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 209 (82.03% from 255 or 51.60% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D11C is #572EE3. Grayscale: #B0B0B0. Windows color (decimal): -5713636 or 1888680. OLE color: 1888680.
HSL color Cylindrical-coordinate representation of color #A8D11C: hue angle of 73.59º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8D11C is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 28 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.18 |
| HSL | 73.59º | 0.76% | 0.46% | - |
| HSV(B) | 73.59º | 0.87% | 0.82% | - |
| XYZ | 39.16 | 54.01 | 9.46 | - |
| YUV | 176.11 | 44.42 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 28 | 0.20 | 0 | 0.87 | 0.18 | 73.59 | 0.76 | 0.46 |
| Hex | A8 | D1 | 1C | 14 | 0 | 57 | 12 | 4A | 4C | 2E |
| Octal | 250 | 321 | 34 | 24 | 0 | 127 | 22 | 112 | 114 | 56 |
| Binary | 10101000 | 11010001 | 11100 | 10100 | 0 | 1010111 | 10010 | 1001010 | 1001100 | 101110 |
Color Harmonies of #A8D11C
Complementary color
Monochromatic Colors of #A8D11C
Black with #A8D11C
Text Example
Text Example
White with #A8D11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D11C; }
p { color: rgb(168,209,28); }
H1.HeaderClassName
{
color: #A8D11C;
}
.AnyTagClassName
{
color: #A8D11C;
}
</style>
background-color css
<style>
a { background-color: #A8D11C; }
a { background-color: rgb(168,209,28); }
div.DivClassName
{
background-color: #A8D11C;
}
.BgClassName
{
background-color: #A8D11C;
}
</style>
border-color css
<style>
span { border-color: #A8D11C; }
span { border-color: rgb(168,209,28); }
td.TdClassName
{
border-color: #A8D11C;
}
.TagClassName
{
border-color: #A8D11C;
}
</style>