Shades of Bahia #ACD127
Tints of Bahia #ACD127
RGB
CMYK
RGB Variations
Color information
#ACD127 (or 0xACD127) is known color: Bahia. HEX triplet: AC, D1 and 27. RGB value is (172,209,39). Sum of RGB (Red+Green+Blue) = 172+209+39=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 209 (82.03% from 255 or 49.76% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD127 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD127 is #532ED8. Grayscale: #B3B3B3. Windows color (decimal): -5451481 or 2609580. OLE color: 2609580.
HSL color Cylindrical-coordinate representation of color #ACD127: hue angle of 73.06º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACD127 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 39 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.18 |
| HSL | 73.06º | 0.69% | 0.49% | - |
| HSV(B) | 73.06º | 0.81% | 0.82% | - |
| XYZ | 40.18 | 54.52 | 10.32 | - |
| YUV | 178.56 | 49.24 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 39 | 0.18 | 0 | 0.81 | 0.18 | 73.06 | 0.69 | 0.49 |
| Hex | AC | D1 | 27 | 12 | 0 | 51 | 12 | 49 | 45 | 31 |
| Octal | 254 | 321 | 47 | 22 | 0 | 121 | 22 | 111 | 105 | 61 |
| Binary | 10101100 | 11010001 | 100111 | 10010 | 0 | 1010001 | 10010 | 1001001 | 1000101 | 110001 |
Color Harmonies of #ACD127
Complementary color
Monochromatic Colors of #ACD127
Black with #ACD127
Text Example
Text Example
White with #ACD127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD127; }
p { color: rgb(172,209,39); }
H1.HeaderClassName
{
color: #ACD127;
}
.AnyTagClassName
{
color: #ACD127;
}
</style>
background-color css
<style>
a { background-color: #ACD127; }
a { background-color: rgb(172,209,39); }
div.DivClassName
{
background-color: #ACD127;
}
.BgClassName
{
background-color: #ACD127;
}
</style>
border-color css
<style>
span { border-color: #ACD127; }
span { border-color: rgb(172,209,39); }
td.TdClassName
{
border-color: #ACD127;
}
.TagClassName
{
border-color: #ACD127;
}
</style>