Shades of Bahia #ACCE17
Tints of Bahia #ACCE17
RGB
CMYK
RGB Variations
Color information
#ACCE17 (or 0xACCE17) is known color: Bahia. HEX triplet: AC, CE and 17. RGB value is (172,206,23). Sum of RGB (Red+Green+Blue) = 172+206+23=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE17 is #5331E8. Grayscale: #AFAFAF. Windows color (decimal): -5452265 or 1560236. OLE color: 1560236.
HSL color Cylindrical-coordinate representation of color #ACCE17: hue angle of 71.15º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACCE17 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 23 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.19 |
| HSL | 71.15º | 0.8% | 0.45% | - |
| HSV(B) | 71.15º | 0.89% | 0.81% | - |
| XYZ | 39.24 | 52.98 | 8.97 | - |
| YUV | 174.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 23 | 0.17 | 0 | 0.89 | 0.19 | 71.15 | 0.8 | 0.45 |
| Hex | AC | CE | 17 | 11 | 0 | 59 | 13 | 47 | 50 | 2D |
| Octal | 254 | 316 | 27 | 21 | 0 | 131 | 23 | 107 | 120 | 55 |
| Binary | 10101100 | 11001110 | 10111 | 10001 | 0 | 1011001 | 10011 | 1000111 | 1010000 | 101101 |
Color Harmonies of #ACCE17
Complementary color
Monochromatic Colors of #ACCE17
Black with #ACCE17
Text Example
Text Example
White with #ACCE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE17; }
p { color: rgb(172,206,23); }
H1.HeaderClassName
{
color: #ACCE17;
}
.AnyTagClassName
{
color: #ACCE17;
}
</style>
background-color css
<style>
a { background-color: #ACCE17; }
a { background-color: rgb(172,206,23); }
div.DivClassName
{
background-color: #ACCE17;
}
.BgClassName
{
background-color: #ACCE17;
}
</style>
border-color css
<style>
span { border-color: #ACCE17; }
span { border-color: rgb(172,206,23); }
td.TdClassName
{
border-color: #ACCE17;
}
.TagClassName
{
border-color: #ACCE17;
}
</style>