Shades of Bahia #ACCD14
Tints of Bahia #ACCD14
RGB
CMYK
RGB Variations
Color information
#ACCD14 (or 0xACCD14) is known color: Bahia. HEX triplet: AC, CD and 14. RGB value is (172,205,20). Sum of RGB (Red+Green+Blue) = 172+205+20=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD14 is #5332EB. Grayscale: #AEAEAE. Windows color (decimal): -5452524 or 1363372. OLE color: 1363372.
HSL color Cylindrical-coordinate representation of color #ACCD14: hue angle of 70.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACCD14 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 20 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.20 |
| HSL | 70.7º | 0.82% | 0.44% | - |
| HSV(B) | 70.7º | 0.9% | 0.8% | - |
| XYZ | 38.97 | 52.48 | 8.74 | - |
| YUV | 174.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 20 | 0.16 | 0 | 0.90 | 0.20 | 70.7 | 0.82 | 0.44 |
| Hex | AC | CD | 14 | 10 | 0 | 5A | 14 | 47 | 52 | 2C |
| Octal | 254 | 315 | 24 | 20 | 0 | 132 | 24 | 107 | 122 | 54 |
| Binary | 10101100 | 11001101 | 10100 | 10000 | 0 | 1011010 | 10100 | 1000111 | 1010010 | 101100 |
Color Harmonies of #ACCD14
Complementary color
Monochromatic Colors of #ACCD14
Black with #ACCD14
Text Example
Text Example
White with #ACCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD14; }
p { color: rgb(172,205,20); }
H1.HeaderClassName
{
color: #ACCD14;
}
.AnyTagClassName
{
color: #ACCD14;
}
</style>
background-color css
<style>
a { background-color: #ACCD14; }
a { background-color: rgb(172,205,20); }
div.DivClassName
{
background-color: #ACCD14;
}
.BgClassName
{
background-color: #ACCD14;
}
</style>
border-color css
<style>
span { border-color: #ACCD14; }
span { border-color: rgb(172,205,20); }
td.TdClassName
{
border-color: #ACCD14;
}
.TagClassName
{
border-color: #ACCD14;
}
</style>