Shades of Bahia #ADC02A
Tints of Bahia #ADC02A
RGB
CMYK
RGB Variations
Color information
#ADC02A (or 0xADC02A) is known color: Bahia. HEX triplet: AD, C0 and 2A. RGB value is (173,192,42). Sum of RGB (Red+Green+Blue) = 173+192+42=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC02A is #523FD5. Grayscale: #A9A9A9. Windows color (decimal): -5390294 or 2801837. OLE color: 2801837.
HSL color Cylindrical-coordinate representation of color #ADC02A: hue angle of 67.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADC02A is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 42 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.25 |
| HSL | 67.6º | 0.64% | 0.46% | - |
| HSV(B) | 67.6º | 0.78% | 0.75% | - |
| XYZ | 36.5 | 46.75 | 9.29 | - |
| YUV | 169.22 | 56.21 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 42 | 0.10 | 0 | 0.78 | 0.25 | 67.6 | 0.64 | 0.46 |
| Hex | AD | C0 | 2A | A | 0 | 4E | 19 | 44 | 40 | 2E |
| Octal | 255 | 300 | 52 | 12 | 0 | 116 | 31 | 104 | 100 | 56 |
| Binary | 10101101 | 11000000 | 101010 | 1010 | 0 | 1001110 | 11001 | 1000100 | 1000000 | 101110 |
Color Harmonies of #ADC02A
Complementary color
Monochromatic Colors of #ADC02A
Black with #ADC02A
Text Example
Text Example
White with #ADC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC02A; }
p { color: rgb(173,192,42); }
H1.HeaderClassName
{
color: #ADC02A;
}
.AnyTagClassName
{
color: #ADC02A;
}
</style>
background-color css
<style>
a { background-color: #ADC02A; }
a { background-color: rgb(173,192,42); }
div.DivClassName
{
background-color: #ADC02A;
}
.BgClassName
{
background-color: #ADC02A;
}
</style>
border-color css
<style>
span { border-color: #ADC02A; }
span { border-color: rgb(173,192,42); }
td.TdClassName
{
border-color: #ADC02A;
}
.TagClassName
{
border-color: #ADC02A;
}
</style>