Shades of Bahia #A2D01E
Tints of Bahia #A2D01E
RGB
CMYK
RGB Variations
Color information
#A2D01E (or 0xA2D01E) is known color: Bahia. HEX triplet: A2, D0 and 1E. RGB value is (162,208,30). Sum of RGB (Red+Green+Blue) = 162+208+30=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 30 (12.11% from 255 or 7.5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D01E is #5D2FE1. Grayscale: #AEAEAE. Windows color (decimal): -6107106 or 2019490. OLE color: 2019490.
HSL color Cylindrical-coordinate representation of color #A2D01E: hue angle of 75.51º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2D01E is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 30 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.18 |
| HSL | 75.51º | 0.75% | 0.47% | - |
| HSV(B) | 75.51º | 0.86% | 0.82% | - |
| XYZ | 37.69 | 52.89 | 9.45 | - |
| YUV | 173.95 | 46.76 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 30 | 0.22 | 0 | 0.86 | 0.18 | 75.51 | 0.75 | 0.47 |
| Hex | A2 | D0 | 1E | 16 | 0 | 56 | 12 | 4C | 4B | 2F |
| Octal | 242 | 320 | 36 | 26 | 0 | 126 | 22 | 114 | 113 | 57 |
| Binary | 10100010 | 11010000 | 11110 | 10110 | 0 | 1010110 | 10010 | 1001100 | 1001011 | 101111 |
Color Harmonies of #A2D01E
Complementary color
Monochromatic Colors of #A2D01E
Black with #A2D01E
Text Example
Text Example
White with #A2D01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D01E; }
p { color: rgb(162,208,30); }
H1.HeaderClassName
{
color: #A2D01E;
}
.AnyTagClassName
{
color: #A2D01E;
}
</style>
background-color css
<style>
a { background-color: #A2D01E; }
a { background-color: rgb(162,208,30); }
div.DivClassName
{
background-color: #A2D01E;
}
.BgClassName
{
background-color: #A2D01E;
}
</style>
border-color css
<style>
span { border-color: #A2D01E; }
span { border-color: rgb(162,208,30); }
td.TdClassName
{
border-color: #A2D01E;
}
.TagClassName
{
border-color: #A2D01E;
}
</style>