Shades of Bahia #A1D00F
Tints of Bahia #A1D00F
RGB
CMYK
RGB Variations
Color information
#A1D00F (or 0xA1D00F) is known color: Bahia. HEX triplet: A1, D0 and 0F. RGB value is (161,208,15). Sum of RGB (Red+Green+Blue) = 161+208+15=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1D00F is #5E2FF0. Grayscale: #ACACAC. Windows color (decimal): -6172657 or 1036449. OLE color: 1036449.
HSL color Cylindrical-coordinate representation of color #A1D00F: hue angle of 74.61º 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 #A1D00F is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 15 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.18 |
| HSL | 74.61º | 0.87% | 0.44% | - |
| HSV(B) | 74.61º | 0.93% | 0.82% | - |
| XYZ | 37.34 | 52.72 | 8.66 | - |
| YUV | 171.95 | 39.43 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 15 | 0.23 | 0 | 0.93 | 0.18 | 74.61 | 0.87 | 0.44 |
| Hex | A1 | D0 | F | 17 | 0 | 5D | 12 | 4B | 57 | 2C |
| Octal | 241 | 320 | 17 | 27 | 0 | 135 | 22 | 113 | 127 | 54 |
| Binary | 10100001 | 11010000 | 1111 | 10111 | 0 | 1011101 | 10010 | 1001011 | 1010111 | 101100 |
Color Harmonies of #A1D00F
Complementary color
Monochromatic Colors of #A1D00F
Black with #A1D00F
Text Example
Text Example
White with #A1D00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D00F; }
p { color: rgb(161,208,15); }
H1.HeaderClassName
{
color: #A1D00F;
}
.AnyTagClassName
{
color: #A1D00F;
}
</style>
background-color css
<style>
a { background-color: #A1D00F; }
a { background-color: rgb(161,208,15); }
div.DivClassName
{
background-color: #A1D00F;
}
.BgClassName
{
background-color: #A1D00F;
}
</style>
border-color css
<style>
span { border-color: #A1D00F; }
span { border-color: rgb(161,208,15); }
td.TdClassName
{
border-color: #A1D00F;
}
.TagClassName
{
border-color: #A1D00F;
}
</style>