Shades of Bahia #A2D01D
Tints of Bahia #A2D01D
RGB
CMYK
RGB Variations
Color information
#A2D01D (or 0xA2D01D) is known color: Bahia. HEX triplet: A2, D0 and 1D. RGB value is (162,208,29). Sum of RGB (Red+Green+Blue) = 162+208+29=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D01D is #5D2FE2. Grayscale: #AEAEAE. Windows color (decimal): -6107107 or 1953954. OLE color: 1953954.
HSL color Cylindrical-coordinate representation of color #A2D01D: hue angle of 75.42º 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 #A2D01D is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 29 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.18 |
| HSL | 75.42º | 0.76% | 0.46% | - |
| HSV(B) | 75.42º | 0.86% | 0.82% | - |
| XYZ | 37.68 | 52.88 | 9.38 | - |
| YUV | 173.84 | 46.26 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 29 | 0.22 | 0 | 0.86 | 0.18 | 75.42 | 0.76 | 0.46 |
| Hex | A2 | D0 | 1D | 16 | 0 | 56 | 12 | 4B | 4C | 2E |
| Octal | 242 | 320 | 35 | 26 | 0 | 126 | 22 | 113 | 114 | 56 |
| Binary | 10100010 | 11010000 | 11101 | 10110 | 0 | 1010110 | 10010 | 1001011 | 1001100 | 101110 |
Color Harmonies of #A2D01D
Complementary color
Monochromatic Colors of #A2D01D
Black with #A2D01D
Text Example
Text Example
White with #A2D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D01D; }
p { color: rgb(162,208,29); }
H1.HeaderClassName
{
color: #A2D01D;
}
.AnyTagClassName
{
color: #A2D01D;
}
</style>
background-color css
<style>
a { background-color: #A2D01D; }
a { background-color: rgb(162,208,29); }
div.DivClassName
{
background-color: #A2D01D;
}
.BgClassName
{
background-color: #A2D01D;
}
</style>
border-color css
<style>
span { border-color: #A2D01D; }
span { border-color: rgb(162,208,29); }
td.TdClassName
{
border-color: #A2D01D;
}
.TagClassName
{
border-color: #A2D01D;
}
</style>