Shades of Bahia #A1CC1C
Tints of Bahia #A1CC1C
RGB
CMYK
RGB Variations
Color information
#A1CC1C (or 0xA1CC1C) is known color: Bahia. HEX triplet: A1, CC and 1C. RGB value is (161,204,28). Sum of RGB (Red+Green+Blue) = 161+204+28=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC1C is #5E33E3. Grayscale: #ABABAB. Windows color (decimal): -6173668 or 1887393. OLE color: 1887393.
HSL color Cylindrical-coordinate representation of color #A1CC1C: hue angle of 74.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1CC1C is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 204 | 28 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.2 |
| HSL | 74.66º | 0.76% | 0.45% | - |
| HSV(B) | 74.66º | 0.86% | 0.8% | - |
| XYZ | 36.5 | 50.85 | 8.99 | - |
| YUV | 171.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 204 | 28 | 0.21 | 0 | 0.86 | 0.2 | 74.66 | 0.76 | 0.45 |
| Hex | A1 | CC | 1C | 15 | 0 | 56 | 14 | 4B | 4C | 2D |
| Octal | 241 | 314 | 34 | 25 | 0 | 126 | 24 | 113 | 114 | 55 |
| Binary | 10100001 | 11001100 | 11100 | 10101 | 0 | 1010110 | 10100 | 1001011 | 1001100 | 101101 |
Color Harmonies of #A1CC1C
Complementary color
Monochromatic Colors of #A1CC1C
Black with #A1CC1C
Text Example
Text Example
White with #A1CC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CC1C; }
p { color: rgb(161,204,28); }
H1.HeaderClassName
{
color: #A1CC1C;
}
.AnyTagClassName
{
color: #A1CC1C;
}
</style>
background-color css
<style>
a { background-color: #A1CC1C; }
a { background-color: rgb(161,204,28); }
div.DivClassName
{
background-color: #A1CC1C;
}
.BgClassName
{
background-color: #A1CC1C;
}
</style>
border-color css
<style>
span { border-color: #A1CC1C; }
span { border-color: rgb(161,204,28); }
td.TdClassName
{
border-color: #A1CC1C;
}
.TagClassName
{
border-color: #A1CC1C;
}
</style>