Shades of Bahia #AEC42D
Tints of Bahia #AEC42D
RGB
CMYK
RGB Variations
Color information
#AEC42D (or 0xAEC42D) is known color: Bahia. HEX triplet: AE, C4 and 2D. RGB value is (174,196,45). Sum of RGB (Red+Green+Blue) = 174+196+45=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #AEC42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC42D is #513BD2. Grayscale: #ACACAC. Windows color (decimal): -5323731 or 2999470. OLE color: 2999470.
HSL color Cylindrical-coordinate representation of color #AEC42D: hue angle of 68.74º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEC42D is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 196 | 45 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.23 |
| HSL | 68.74º | 0.63% | 0.47% | - |
| HSV(B) | 68.74º | 0.77% | 0.77% | - |
| XYZ | 37.67 | 48.67 | 9.89 | - |
| YUV | 172.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 45 | 0.11 | 0 | 0.77 | 0.23 | 68.74 | 0.63 | 0.47 |
| Hex | AE | C4 | 2D | B | 0 | 4D | 17 | 45 | 3F | 2F |
| Octal | 256 | 304 | 55 | 13 | 0 | 115 | 27 | 105 | 77 | 57 |
| Binary | 10101110 | 11000100 | 101101 | 1011 | 0 | 1001101 | 10111 | 1000101 | 111111 | 101111 |
Color Harmonies of #AEC42D
Complementary color
Monochromatic Colors of #AEC42D
Black with #AEC42D
Text Example
Text Example
White with #AEC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC42D; }
p { color: rgb(174,196,45); }
H1.HeaderClassName
{
color: #AEC42D;
}
.AnyTagClassName
{
color: #AEC42D;
}
</style>
background-color css
<style>
a { background-color: #AEC42D; }
a { background-color: rgb(174,196,45); }
div.DivClassName
{
background-color: #AEC42D;
}
.BgClassName
{
background-color: #AEC42D;
}
</style>
border-color css
<style>
span { border-color: #AEC42D; }
span { border-color: rgb(174,196,45); }
td.TdClassName
{
border-color: #AEC42D;
}
.TagClassName
{
border-color: #AEC42D;
}
</style>