Shades of Bahia #ADD426
Tints of Bahia #ADD426
RGB
CMYK
RGB Variations
Color information
#ADD426 (or 0xADD426) is known color: Bahia. HEX triplet: AD, D4 and 26. RGB value is (173,212,38). Sum of RGB (Red+Green+Blue) = 173+212+38=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD426 is #522BD9. Grayscale: #B5B5B5. Windows color (decimal): -5385178 or 2544813. OLE color: 2544813.
HSL color Cylindrical-coordinate representation of color #ADD426: hue angle of 73.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADD426 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 38 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.17 |
| HSL | 73.45º | 0.7% | 0.49% | - |
| HSV(B) | 73.45º | 0.82% | 0.83% | - |
| XYZ | 41.13 | 56.11 | 10.5 | - |
| YUV | 180.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 38 | 0.18 | 0 | 0.82 | 0.17 | 73.45 | 0.7 | 0.49 |
| Hex | AD | D4 | 26 | 12 | 0 | 52 | 11 | 49 | 46 | 31 |
| Octal | 255 | 324 | 46 | 22 | 0 | 122 | 21 | 111 | 106 | 61 |
| Binary | 10101101 | 11010100 | 100110 | 10010 | 0 | 1010010 | 10001 | 1001001 | 1000110 | 110001 |
Color Harmonies of #ADD426
Complementary color
Monochromatic Colors of #ADD426
Black with #ADD426
Text Example
Text Example
White with #ADD426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD426; }
p { color: rgb(173,212,38); }
H1.HeaderClassName
{
color: #ADD426;
}
.AnyTagClassName
{
color: #ADD426;
}
</style>
background-color css
<style>
a { background-color: #ADD426; }
a { background-color: rgb(173,212,38); }
div.DivClassName
{
background-color: #ADD426;
}
.BgClassName
{
background-color: #ADD426;
}
</style>
border-color css
<style>
span { border-color: #ADD426; }
span { border-color: rgb(173,212,38); }
td.TdClassName
{
border-color: #ADD426;
}
.TagClassName
{
border-color: #ADD426;
}
</style>