Shades of Bahia #AEC12C
Tints of Bahia #AEC12C
RGB
CMYK
RGB Variations
Color information
#AEC12C (or 0xAEC12C) is known color: Bahia. HEX triplet: AE, C1 and 2C. RGB value is (174,193,44). Sum of RGB (Red+Green+Blue) = 174+193+44=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #AEC12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC12C is #513ED3. Grayscale: #AAAAAA. Windows color (decimal): -5324500 or 2933166. OLE color: 2933166.
HSL color Cylindrical-coordinate representation of color #AEC12C: hue angle of 67.65º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEC12C is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 193 | 44 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.24 |
| HSL | 67.65º | 0.63% | 0.46% | - |
| HSV(B) | 67.65º | 0.77% | 0.76% | - |
| XYZ | 36.98 | 47.32 | 9.57 | - |
| YUV | 170.33 | 56.71 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 44 | 0.10 | 0 | 0.77 | 0.24 | 67.65 | 0.63 | 0.46 |
| Hex | AE | C1 | 2C | A | 0 | 4D | 18 | 44 | 3F | 2E |
| Octal | 256 | 301 | 54 | 12 | 0 | 115 | 30 | 104 | 77 | 56 |
| Binary | 10101110 | 11000001 | 101100 | 1010 | 0 | 1001101 | 11000 | 1000100 | 111111 | 101110 |
Color Harmonies of #AEC12C
Complementary color
Monochromatic Colors of #AEC12C
Black with #AEC12C
Text Example
Text Example
White with #AEC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC12C; }
p { color: rgb(174,193,44); }
H1.HeaderClassName
{
color: #AEC12C;
}
.AnyTagClassName
{
color: #AEC12C;
}
</style>
background-color css
<style>
a { background-color: #AEC12C; }
a { background-color: rgb(174,193,44); }
div.DivClassName
{
background-color: #AEC12C;
}
.BgClassName
{
background-color: #AEC12C;
}
</style>
border-color css
<style>
span { border-color: #AEC12C; }
span { border-color: rgb(174,193,44); }
td.TdClassName
{
border-color: #AEC12C;
}
.TagClassName
{
border-color: #AEC12C;
}
</style>