Shades of Bahia #A0D01D
Tints of Bahia #A0D01D
RGB
CMYK
RGB Variations
Color information
#A0D01D (or 0xA0D01D) is known color: Bahia. HEX triplet: A0, D0 and 1D. RGB value is (160,208,29). Sum of RGB (Red+Green+Blue) = 160+208+29=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D01D is #5F2FE2. Grayscale: #ADADAD. Windows color (decimal): -6238179 or 1953952. OLE color: 1953952.
HSL color Cylindrical-coordinate representation of color #A0D01D: hue angle of 76.09º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0D01D is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 29 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.18 |
| HSL | 76.09º | 0.76% | 0.46% | - |
| HSV(B) | 76.09º | 0.86% | 0.82% | - |
| XYZ | 37.27 | 52.67 | 9.36 | - |
| YUV | 173.24 | 46.6 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 29 | 0.23 | 0 | 0.86 | 0.18 | 76.09 | 0.76 | 0.46 |
| Hex | A0 | D0 | 1D | 17 | 0 | 56 | 12 | 4C | 4C | 2E |
| Octal | 240 | 320 | 35 | 27 | 0 | 126 | 22 | 114 | 114 | 56 |
| Binary | 10100000 | 11010000 | 11101 | 10111 | 0 | 1010110 | 10010 | 1001100 | 1001100 | 101110 |
Color Harmonies of #A0D01D
Complementary color
Monochromatic Colors of #A0D01D
Black with #A0D01D
Text Example
Text Example
White with #A0D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D01D; }
p { color: rgb(160,208,29); }
H1.HeaderClassName
{
color: #A0D01D;
}
.AnyTagClassName
{
color: #A0D01D;
}
</style>
background-color css
<style>
a { background-color: #A0D01D; }
a { background-color: rgb(160,208,29); }
div.DivClassName
{
background-color: #A0D01D;
}
.BgClassName
{
background-color: #A0D01D;
}
</style>
border-color css
<style>
span { border-color: #A0D01D; }
span { border-color: rgb(160,208,29); }
td.TdClassName
{
border-color: #A0D01D;
}
.TagClassName
{
border-color: #A0D01D;
}
</style>