Shades of Bahia #AEC52A
Tints of Bahia #AEC52A
RGB
CMYK
RGB Variations
Color information
#AEC52A (or 0xAEC52A) is known color: Bahia. HEX triplet: AE, C5 and 2A. RGB value is (174,197,42). Sum of RGB (Red+Green+Blue) = 174+197+42=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #AEC52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC52A is #513AD5. Grayscale: #ADADAD. Windows color (decimal): -5323478 or 2803118. OLE color: 2803118.
HSL color Cylindrical-coordinate representation of color #AEC52A: hue angle of 68.9º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AEC52A is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 197 | 42 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.23 |
| HSL | 68.9º | 0.65% | 0.47% | - |
| HSV(B) | 68.9º | 0.79% | 0.77% | - |
| XYZ | 37.84 | 49.1 | 9.67 | - |
| YUV | 172.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 197 | 42 | 0.12 | 0 | 0.79 | 0.23 | 68.9 | 0.65 | 0.47 |
| Hex | AE | C5 | 2A | C | 0 | 4F | 17 | 45 | 41 | 2F |
| Octal | 256 | 305 | 52 | 14 | 0 | 117 | 27 | 105 | 101 | 57 |
| Binary | 10101110 | 11000101 | 101010 | 1100 | 0 | 1001111 | 10111 | 1000101 | 1000001 | 101111 |
Color Harmonies of #AEC52A
Complementary color
Monochromatic Colors of #AEC52A
Black with #AEC52A
Text Example
Text Example
White with #AEC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC52A; }
p { color: rgb(174,197,42); }
H1.HeaderClassName
{
color: #AEC52A;
}
.AnyTagClassName
{
color: #AEC52A;
}
</style>
background-color css
<style>
a { background-color: #AEC52A; }
a { background-color: rgb(174,197,42); }
div.DivClassName
{
background-color: #AEC52A;
}
.BgClassName
{
background-color: #AEC52A;
}
</style>
border-color css
<style>
span { border-color: #AEC52A; }
span { border-color: rgb(174,197,42); }
td.TdClassName
{
border-color: #AEC52A;
}
.TagClassName
{
border-color: #AEC52A;
}
</style>