Shades of Bahia #ADC01A
Tints of Bahia #ADC01A
RGB
CMYK
RGB Variations
Color information
#ADC01A (or 0xADC01A) is known color: Bahia. HEX triplet: AD, C0 and 1A. RGB value is (173,192,26). Sum of RGB (Red+Green+Blue) = 173+192+26=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC01A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC01A is #523FE5. Grayscale: #A8A8A8. Windows color (decimal): -5390310 or 1753261. OLE color: 1753261.
HSL color Cylindrical-coordinate representation of color #ADC01A: hue angle of 66.87º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC01A is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 26 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.25 |
| HSL | 66.87º | 0.76% | 0.43% | - |
| HSV(B) | 66.87º | 0.86% | 0.75% | - |
| XYZ | 36.27 | 46.66 | 8.07 | - |
| YUV | 167.4 | 48.21 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 26 | 0.10 | 0 | 0.86 | 0.25 | 66.87 | 0.76 | 0.43 |
| Hex | AD | C0 | 1A | A | 0 | 56 | 19 | 43 | 4C | 2B |
| Octal | 255 | 300 | 32 | 12 | 0 | 126 | 31 | 103 | 114 | 53 |
| Binary | 10101101 | 11000000 | 11010 | 1010 | 0 | 1010110 | 11001 | 1000011 | 1001100 | 101011 |
Color Harmonies of #ADC01A
Complementary color
Monochromatic Colors of #ADC01A
Black with #ADC01A
Text Example
Text Example
White with #ADC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC01A; }
p { color: rgb(173,192,26); }
H1.HeaderClassName
{
color: #ADC01A;
}
.AnyTagClassName
{
color: #ADC01A;
}
</style>
background-color css
<style>
a { background-color: #ADC01A; }
a { background-color: rgb(173,192,26); }
div.DivClassName
{
background-color: #ADC01A;
}
.BgClassName
{
background-color: #ADC01A;
}
</style>
border-color css
<style>
span { border-color: #ADC01A; }
span { border-color: rgb(173,192,26); }
td.TdClassName
{
border-color: #ADC01A;
}
.TagClassName
{
border-color: #ADC01A;
}
</style>