Shades of Bahia #A1CF15
Tints of Bahia #A1CF15
RGB
CMYK
RGB Variations
Color information
#A1CF15 (or 0xA1CF15) is known color: Bahia. HEX triplet: A1, CF and 15. RGB value is (161,207,21). Sum of RGB (Red+Green+Blue) = 161+207+21=389 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.39% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CF15 is #5E30EA. Grayscale: #ACACAC. Windows color (decimal): -6172907 or 1429409. OLE color: 1429409.
HSL color Cylindrical-coordinate representation of color #A1CF15: hue angle of 74.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A1CF15 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 21 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.19 |
| HSL | 74.84º | 0.82% | 0.45% | - |
| HSV(B) | 74.84º | 0.9% | 0.81% | - |
| XYZ | 37.15 | 52.26 | 8.84 | - |
| YUV | 172.04 | 42.76 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 21 | 0.22 | 0 | 0.90 | 0.19 | 74.84 | 0.82 | 0.45 |
| Hex | A1 | CF | 15 | 16 | 0 | 5A | 13 | 4B | 52 | 2D |
| Octal | 241 | 317 | 25 | 26 | 0 | 132 | 23 | 113 | 122 | 55 |
| Binary | 10100001 | 11001111 | 10101 | 10110 | 0 | 1011010 | 10011 | 1001011 | 1010010 | 101101 |
Color Harmonies of #A1CF15
Complementary color
Monochromatic Colors of #A1CF15
Black with #A1CF15
Text Example
Text Example
White with #A1CF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF15; }
p { color: rgb(161,207,21); }
H1.HeaderClassName
{
color: #A1CF15;
}
.AnyTagClassName
{
color: #A1CF15;
}
</style>
background-color css
<style>
a { background-color: #A1CF15; }
a { background-color: rgb(161,207,21); }
div.DivClassName
{
background-color: #A1CF15;
}
.BgClassName
{
background-color: #A1CF15;
}
</style>
border-color css
<style>
span { border-color: #A1CF15; }
span { border-color: rgb(161,207,21); }
td.TdClassName
{
border-color: #A1CF15;
}
.TagClassName
{
border-color: #A1CF15;
}
</style>