Shades of Bahia #ADC81E
Tints of Bahia #ADC81E
RGB
CMYK
RGB Variations
Color information
#ADC81E (or 0xADC81E) is known color: Bahia. HEX triplet: AD, C8 and 1E. RGB value is (173,200,30). Sum of RGB (Red+Green+Blue) = 173+200+30=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC81E is #5237E1. Grayscale: #ADADAD. Windows color (decimal): -5388258 or 2017453. OLE color: 2017453.
HSL color Cylindrical-coordinate representation of color #ADC81E: hue angle of 69.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC81E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 30 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.22 |
| HSL | 69.53º | 0.74% | 0.45% | - |
| HSV(B) | 69.53º | 0.85% | 0.78% | - |
| XYZ | 38.12 | 50.29 | 8.93 | - |
| YUV | 172.55 | 47.55 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 30 | 0.14 | 0 | 0.85 | 0.22 | 69.53 | 0.74 | 0.45 |
| Hex | AD | C8 | 1E | E | 0 | 55 | 16 | 46 | 4A | 2D |
| Octal | 255 | 310 | 36 | 16 | 0 | 125 | 26 | 106 | 112 | 55 |
| Binary | 10101101 | 11001000 | 11110 | 1110 | 0 | 1010101 | 10110 | 1000110 | 1001010 | 101101 |
Color Harmonies of #ADC81E
Complementary color
Monochromatic Colors of #ADC81E
Black with #ADC81E
Text Example
Text Example
White with #ADC81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC81E; }
p { color: rgb(173,200,30); }
H1.HeaderClassName
{
color: #ADC81E;
}
.AnyTagClassName
{
color: #ADC81E;
}
</style>
background-color css
<style>
a { background-color: #ADC81E; }
a { background-color: rgb(173,200,30); }
div.DivClassName
{
background-color: #ADC81E;
}
.BgClassName
{
background-color: #ADC81E;
}
</style>
border-color css
<style>
span { border-color: #ADC81E; }
span { border-color: rgb(173,200,30); }
td.TdClassName
{
border-color: #ADC81E;
}
.TagClassName
{
border-color: #ADC81E;
}
</style>