Shades of Bahia #ADD123
Tints of Bahia #ADD123
RGB
CMYK
RGB Variations
Color information
#ADD123 (or 0xADD123) is known color: Bahia. HEX triplet: AD, D1 and 23. RGB value is (173,209,35). Sum of RGB (Red+Green+Blue) = 173+209+35=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD123 is #522EDC. Grayscale: #B3B3B3. Windows color (decimal): -5385949 or 2347437. OLE color: 2347437.
HSL color Cylindrical-coordinate representation of color #ADD123: hue angle of 72.41º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADD123 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 35 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.18 |
| HSL | 72.41º | 0.71% | 0.48% | - |
| HSV(B) | 72.41º | 0.83% | 0.82% | - |
| XYZ | 40.34 | 54.61 | 10 | - |
| YUV | 178.4 | 47.07 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 35 | 0.17 | 0 | 0.83 | 0.18 | 72.41 | 0.71 | 0.48 |
| Hex | AD | D1 | 23 | 11 | 0 | 53 | 12 | 48 | 47 | 30 |
| Octal | 255 | 321 | 43 | 21 | 0 | 123 | 22 | 110 | 107 | 60 |
| Binary | 10101101 | 11010001 | 100011 | 10001 | 0 | 1010011 | 10010 | 1001000 | 1000111 | 110000 |
Color Harmonies of #ADD123
Complementary color
Monochromatic Colors of #ADD123
Black with #ADD123
Text Example
Text Example
White with #ADD123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD123; }
p { color: rgb(173,209,35); }
H1.HeaderClassName
{
color: #ADD123;
}
.AnyTagClassName
{
color: #ADD123;
}
</style>
background-color css
<style>
a { background-color: #ADD123; }
a { background-color: rgb(173,209,35); }
div.DivClassName
{
background-color: #ADD123;
}
.BgClassName
{
background-color: #ADD123;
}
</style>
border-color css
<style>
span { border-color: #ADD123; }
span { border-color: rgb(173,209,35); }
td.TdClassName
{
border-color: #ADD123;
}
.TagClassName
{
border-color: #ADD123;
}
</style>