Shades of Bahia #A1D01F
Tints of Bahia #A1D01F
RGB
CMYK
RGB Variations
Color information
#A1D01F (or 0xA1D01F) is known color: Bahia. HEX triplet: A1, D0 and 1F. RGB value is (161,208,31). Sum of RGB (Red+Green+Blue) = 161+208+31=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D01F is #5E2FE0. Grayscale: #AEAEAE. Windows color (decimal): -6172641 or 2085025. OLE color: 2085025.
HSL color Cylindrical-coordinate representation of color #A1D01F: hue angle of 75.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A1D01F is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 31 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.18 |
| HSL | 75.93º | 0.74% | 0.47% | - |
| HSV(B) | 75.93º | 0.85% | 0.82% | - |
| XYZ | 37.5 | 52.79 | 9.51 | - |
| YUV | 173.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 31 | 0.23 | 0 | 0.85 | 0.18 | 75.93 | 0.74 | 0.47 |
| Hex | A1 | D0 | 1F | 17 | 0 | 55 | 12 | 4C | 4A | 2F |
| Octal | 241 | 320 | 37 | 27 | 0 | 125 | 22 | 114 | 112 | 57 |
| Binary | 10100001 | 11010000 | 11111 | 10111 | 0 | 1010101 | 10010 | 1001100 | 1001010 | 101111 |
Color Harmonies of #A1D01F
Complementary color
Monochromatic Colors of #A1D01F
Black with #A1D01F
Text Example
Text Example
White with #A1D01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D01F; }
p { color: rgb(161,208,31); }
H1.HeaderClassName
{
color: #A1D01F;
}
.AnyTagClassName
{
color: #A1D01F;
}
</style>
background-color css
<style>
a { background-color: #A1D01F; }
a { background-color: rgb(161,208,31); }
div.DivClassName
{
background-color: #A1D01F;
}
.BgClassName
{
background-color: #A1D01F;
}
</style>
border-color css
<style>
span { border-color: #A1D01F; }
span { border-color: rgb(161,208,31); }
td.TdClassName
{
border-color: #A1D01F;
}
.TagClassName
{
border-color: #A1D01F;
}
</style>