Shades of Bahia #A1CF18
Tints of Bahia #A1CF18
RGB
CMYK
RGB Variations
Color information
#A1CF18 (or 0xA1CF18) is known color: Bahia. HEX triplet: A1, CF and 18. RGB value is (161,207,24). Sum of RGB (Red+Green+Blue) = 161+207+24=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CF18 is #5E30E7. Grayscale: #ADADAD. Windows color (decimal): -6172904 or 1626017. OLE color: 1626017.
HSL color Cylindrical-coordinate representation of color #A1CF18: hue angle of 75.08º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1CF18 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 24 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.19 |
| HSL | 75.08º | 0.79% | 0.45% | - |
| HSV(B) | 75.08º | 0.88% | 0.81% | - |
| XYZ | 37.18 | 52.27 | 8.99 | - |
| YUV | 172.38 | 44.26 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 24 | 0.22 | 0 | 0.88 | 0.19 | 75.08 | 0.79 | 0.45 |
| Hex | A1 | CF | 18 | 16 | 0 | 58 | 13 | 4B | 4F | 2D |
| Octal | 241 | 317 | 30 | 26 | 0 | 130 | 23 | 113 | 117 | 55 |
| Binary | 10100001 | 11001111 | 11000 | 10110 | 0 | 1011000 | 10011 | 1001011 | 1001111 | 101101 |
Color Harmonies of #A1CF18
Complementary color
Monochromatic Colors of #A1CF18
Black with #A1CF18
Text Example
Text Example
White with #A1CF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF18; }
p { color: rgb(161,207,24); }
H1.HeaderClassName
{
color: #A1CF18;
}
.AnyTagClassName
{
color: #A1CF18;
}
</style>
background-color css
<style>
a { background-color: #A1CF18; }
a { background-color: rgb(161,207,24); }
div.DivClassName
{
background-color: #A1CF18;
}
.BgClassName
{
background-color: #A1CF18;
}
</style>
border-color css
<style>
span { border-color: #A1CF18; }
span { border-color: rgb(161,207,24); }
td.TdClassName
{
border-color: #A1CF18;
}
.TagClassName
{
border-color: #A1CF18;
}
</style>