Shades of Bahia #ACCD17
Tints of Bahia #ACCD17
RGB
CMYK
RGB Variations
Color information
#ACCD17 (or 0xACCD17) is known color: Bahia. HEX triplet: AC, CD and 17. RGB value is (172,205,23). Sum of RGB (Red+Green+Blue) = 172+205+23=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 23 (9.38% from 255 or 5.75% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD17 is #5332E8. Grayscale: #AFAFAF. Windows color (decimal): -5452521 or 1559980. OLE color: 1559980.
HSL color Cylindrical-coordinate representation of color #ACCD17: hue angle of 70.88º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACCD17 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 23 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.20 |
| HSL | 70.88º | 0.8% | 0.45% | - |
| HSV(B) | 70.88º | 0.89% | 0.8% | - |
| XYZ | 39 | 52.5 | 8.89 | - |
| YUV | 174.39 | 42.57 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 23 | 0.16 | 0 | 0.89 | 0.20 | 70.88 | 0.8 | 0.45 |
| Hex | AC | CD | 17 | 10 | 0 | 59 | 14 | 47 | 50 | 2D |
| Octal | 254 | 315 | 27 | 20 | 0 | 131 | 24 | 107 | 120 | 55 |
| Binary | 10101100 | 11001101 | 10111 | 10000 | 0 | 1011001 | 10100 | 1000111 | 1010000 | 101101 |
Color Harmonies of #ACCD17
Complementary color
Monochromatic Colors of #ACCD17
Black with #ACCD17
Text Example
Text Example
White with #ACCD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD17; }
p { color: rgb(172,205,23); }
H1.HeaderClassName
{
color: #ACCD17;
}
.AnyTagClassName
{
color: #ACCD17;
}
</style>
background-color css
<style>
a { background-color: #ACCD17; }
a { background-color: rgb(172,205,23); }
div.DivClassName
{
background-color: #ACCD17;
}
.BgClassName
{
background-color: #ACCD17;
}
</style>
border-color css
<style>
span { border-color: #ACCD17; }
span { border-color: rgb(172,205,23); }
td.TdClassName
{
border-color: #ACCD17;
}
.TagClassName
{
border-color: #ACCD17;
}
</style>