Shades of Bahia #ADD023
Tints of Bahia #ADD023
RGB
CMYK
RGB Variations
Color information
#ADD023 (or 0xADD023) is known color: Bahia. HEX triplet: AD, D0 and 23. RGB value is (173,208,35). Sum of RGB (Red+Green+Blue) = 173+208+35=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD023 is #522FDC. Grayscale: #B2B2B2. Windows color (decimal): -5386205 or 2347181. OLE color: 2347181.
HSL color Cylindrical-coordinate representation of color #ADD023: hue angle of 72.14º 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 #ADD023 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 35 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.18 |
| HSL | 72.14º | 0.71% | 0.48% | - |
| HSV(B) | 72.14º | 0.83% | 0.82% | - |
| XYZ | 40.09 | 54.12 | 9.92 | - |
| YUV | 177.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 35 | 0.17 | 0 | 0.83 | 0.18 | 72.14 | 0.71 | 0.48 |
| Hex | AD | D0 | 23 | 11 | 0 | 53 | 12 | 48 | 47 | 30 |
| Octal | 255 | 320 | 43 | 21 | 0 | 123 | 22 | 110 | 107 | 60 |
| Binary | 10101101 | 11010000 | 100011 | 10001 | 0 | 1010011 | 10010 | 1001000 | 1000111 | 110000 |
Color Harmonies of #ADD023
Complementary color
Monochromatic Colors of #ADD023
Black with #ADD023
Text Example
Text Example
White with #ADD023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD023; }
p { color: rgb(173,208,35); }
H1.HeaderClassName
{
color: #ADD023;
}
.AnyTagClassName
{
color: #ADD023;
}
</style>
background-color css
<style>
a { background-color: #ADD023; }
a { background-color: rgb(173,208,35); }
div.DivClassName
{
background-color: #ADD023;
}
.BgClassName
{
background-color: #ADD023;
}
</style>
border-color css
<style>
span { border-color: #ADD023; }
span { border-color: rgb(173,208,35); }
td.TdClassName
{
border-color: #ADD023;
}
.TagClassName
{
border-color: #ADD023;
}
</style>