Shades of Bahia #ACD01E
Tints of Bahia #ACD01E
RGB
CMYK
RGB Variations
Color information
#ACD01E (or 0xACD01E) is known color: Bahia. HEX triplet: AC, D0 and 1E. RGB value is (172,208,30). Sum of RGB (Red+Green+Blue) = 172+208+30=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD01E is #532FE1. Grayscale: #B1B1B1. Windows color (decimal): -5451746 or 2019500. OLE color: 2019500.
HSL color Cylindrical-coordinate representation of color #ACD01E: hue angle of 72.13º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACD01E is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 30 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.18 |
| HSL | 72.13º | 0.75% | 0.47% | - |
| HSV(B) | 72.13º | 0.86% | 0.82% | - |
| XYZ | 39.8 | 53.98 | 9.55 | - |
| YUV | 176.94 | 45.07 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 30 | 0.17 | 0 | 0.86 | 0.18 | 72.13 | 0.75 | 0.47 |
| Hex | AC | D0 | 1E | 11 | 0 | 56 | 12 | 48 | 4B | 2F |
| Octal | 254 | 320 | 36 | 21 | 0 | 126 | 22 | 110 | 113 | 57 |
| Binary | 10101100 | 11010000 | 11110 | 10001 | 0 | 1010110 | 10010 | 1001000 | 1001011 | 101111 |
Color Harmonies of #ACD01E
Complementary color
Monochromatic Colors of #ACD01E
Black with #ACD01E
Text Example
Text Example
White with #ACD01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD01E; }
p { color: rgb(172,208,30); }
H1.HeaderClassName
{
color: #ACD01E;
}
.AnyTagClassName
{
color: #ACD01E;
}
</style>
background-color css
<style>
a { background-color: #ACD01E; }
a { background-color: rgb(172,208,30); }
div.DivClassName
{
background-color: #ACD01E;
}
.BgClassName
{
background-color: #ACD01E;
}
</style>
border-color css
<style>
span { border-color: #ACD01E; }
span { border-color: rgb(172,208,30); }
td.TdClassName
{
border-color: #ACD01E;
}
.TagClassName
{
border-color: #ACD01E;
}
</style>