Shades of Bahia #A2D00E
Tints of Bahia #A2D00E
RGB
CMYK
RGB Variations
Color information
#A2D00E (or 0xA2D00E) is known color: Bahia. HEX triplet: A2, D0 and 0E. RGB value is (162,208,14). Sum of RGB (Red+Green+Blue) = 162+208+14=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D00E is #5D2FF1. Grayscale: #ACACAC. Windows color (decimal): -6107122 or 970914. OLE color: 970914.
HSL color Cylindrical-coordinate representation of color #A2D00E: hue angle of 74.23º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2D00E is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 14 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.18 |
| HSL | 74.23º | 0.87% | 0.44% | - |
| HSV(B) | 74.23º | 0.93% | 0.82% | - |
| XYZ | 37.54 | 52.82 | 8.63 | - |
| YUV | 172.13 | 38.76 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 14 | 0.22 | 0 | 0.93 | 0.18 | 74.23 | 0.87 | 0.44 |
| Hex | A2 | D0 | E | 16 | 0 | 5D | 12 | 4A | 57 | 2C |
| Octal | 242 | 320 | 16 | 26 | 0 | 135 | 22 | 112 | 127 | 54 |
| Binary | 10100010 | 11010000 | 1110 | 10110 | 0 | 1011101 | 10010 | 1001010 | 1010111 | 101100 |
Color Harmonies of #A2D00E
Complementary color
Monochromatic Colors of #A2D00E
Black with #A2D00E
Text Example
Text Example
White with #A2D00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D00E; }
p { color: rgb(162,208,14); }
H1.HeaderClassName
{
color: #A2D00E;
}
.AnyTagClassName
{
color: #A2D00E;
}
</style>
background-color css
<style>
a { background-color: #A2D00E; }
a { background-color: rgb(162,208,14); }
div.DivClassName
{
background-color: #A2D00E;
}
.BgClassName
{
background-color: #A2D00E;
}
</style>
border-color css
<style>
span { border-color: #A2D00E; }
span { border-color: rgb(162,208,14); }
td.TdClassName
{
border-color: #A2D00E;
}
.TagClassName
{
border-color: #A2D00E;
}
</style>