Shades of Bahia #A0CD1C
Tints of Bahia #A0CD1C
RGB
CMYK
RGB Variations
Color information
#A0CD1C (or 0xA0CD1C) is known color: Bahia. HEX triplet: A0, CD and 1C. RGB value is (160,205,28). Sum of RGB (Red+Green+Blue) = 160+205+28=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD1C is #5F32E3. Grayscale: #ACACAC. Windows color (decimal): -6238948 or 1887648. OLE color: 1887648.
HSL color Cylindrical-coordinate representation of color #A0CD1C: hue angle of 75.25º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0CD1C is Cyan = 0.22, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 28 | - |
| CMYK | 0.22 | 0 | 0.86 | 0.20 |
| HSL | 75.25º | 0.76% | 0.46% | - |
| HSV(B) | 75.25º | 0.86% | 0.8% | - |
| XYZ | 36.54 | 51.22 | 9.06 | - |
| YUV | 171.37 | 47.09 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 28 | 0.22 | 0 | 0.86 | 0.20 | 75.25 | 0.76 | 0.46 |
| Hex | A0 | CD | 1C | 16 | 0 | 56 | 14 | 4B | 4C | 2E |
| Octal | 240 | 315 | 34 | 26 | 0 | 126 | 24 | 113 | 114 | 56 |
| Binary | 10100000 | 11001101 | 11100 | 10110 | 0 | 1010110 | 10100 | 1001011 | 1001100 | 101110 |
Color Harmonies of #A0CD1C
Complementary color
Monochromatic Colors of #A0CD1C
Black with #A0CD1C
Text Example
Text Example
White with #A0CD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD1C; }
p { color: rgb(160,205,28); }
H1.HeaderClassName
{
color: #A0CD1C;
}
.AnyTagClassName
{
color: #A0CD1C;
}
</style>
background-color css
<style>
a { background-color: #A0CD1C; }
a { background-color: rgb(160,205,28); }
div.DivClassName
{
background-color: #A0CD1C;
}
.BgClassName
{
background-color: #A0CD1C;
}
</style>
border-color css
<style>
span { border-color: #A0CD1C; }
span { border-color: rgb(160,205,28); }
td.TdClassName
{
border-color: #A0CD1C;
}
.TagClassName
{
border-color: #A0CD1C;
}
</style>