Shades of Bahia #AEC91E
Tints of Bahia #AEC91E
RGB
CMYK
RGB Variations
Color information
#AEC91E (or 0xAEC91E) is known color: Bahia. HEX triplet: AE, C9 and 1E. RGB value is (174,201,30). Sum of RGB (Red+Green+Blue) = 174+201+30=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #AEC91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEC91E is #5136E1. Grayscale: #AEAEAE. Windows color (decimal): -5322466 or 2017710. OLE color: 2017710.
HSL color Cylindrical-coordinate representation of color #AEC91E: hue angle of 69.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEC91E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 174 | 201 | 30 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.21 |
| HSL | 69.47º | 0.74% | 0.45% | - |
| HSV(B) | 69.47º | 0.85% | 0.79% | - |
| XYZ | 38.58 | 50.87 | 9.01 | - |
| YUV | 173.43 | 47.05 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 30 | 0.13 | 0 | 0.85 | 0.21 | 69.47 | 0.74 | 0.45 |
| Hex | AE | C9 | 1E | D | 0 | 55 | 15 | 45 | 4A | 2D |
| Octal | 256 | 311 | 36 | 15 | 0 | 125 | 25 | 105 | 112 | 55 |
| Binary | 10101110 | 11001001 | 11110 | 1101 | 0 | 1010101 | 10101 | 1000101 | 1001010 | 101101 |
Color Harmonies of #AEC91E
Complementary color
Monochromatic Colors of #AEC91E
Black with #AEC91E
Text Example
Text Example
White with #AEC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC91E; }
p { color: rgb(174,201,30); }
H1.HeaderClassName
{
color: #AEC91E;
}
.AnyTagClassName
{
color: #AEC91E;
}
</style>
background-color css
<style>
a { background-color: #AEC91E; }
a { background-color: rgb(174,201,30); }
div.DivClassName
{
background-color: #AEC91E;
}
.BgClassName
{
background-color: #AEC91E;
}
</style>
border-color css
<style>
span { border-color: #AEC91E; }
span { border-color: rgb(174,201,30); }
td.TdClassName
{
border-color: #AEC91E;
}
.TagClassName
{
border-color: #AEC91E;
}
</style>