Shades of Bahia #AECC2E
Tints of Bahia #AECC2E
RGB
CMYK
RGB Variations
Color information
#AECC2E (or 0xAECC2E) is known color: Bahia. HEX triplet: AE, CC and 2E. RGB value is (174,204,46). Sum of RGB (Red+Green+Blue) = 174+204+46=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC2E is #5133D1. Grayscale: #B1B1B1. Windows color (decimal): -5321682 or 3067054. OLE color: 3067054.
HSL color Cylindrical-coordinate representation of color #AECC2E: hue angle of 71.39º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AECC2E is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 46 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.2 |
| HSL | 71.39º | 0.63% | 0.49% | - |
| HSV(B) | 71.39º | 0.77% | 0.8% | - |
| XYZ | 39.54 | 52.38 | 10.61 | - |
| YUV | 177.02 | 54.06 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 46 | 0.15 | 0 | 0.77 | 0.2 | 71.39 | 0.63 | 0.49 |
| Hex | AE | CC | 2E | F | 0 | 4D | 14 | 47 | 3F | 31 |
| Octal | 256 | 314 | 56 | 17 | 0 | 115 | 24 | 107 | 77 | 61 |
| Binary | 10101110 | 11001100 | 101110 | 1111 | 0 | 1001101 | 10100 | 1000111 | 111111 | 110001 |
Color Harmonies of #AECC2E
Complementary color
Monochromatic Colors of #AECC2E
Black with #AECC2E
Text Example
Text Example
White with #AECC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC2E; }
p { color: rgb(174,204,46); }
H1.HeaderClassName
{
color: #AECC2E;
}
.AnyTagClassName
{
color: #AECC2E;
}
</style>
background-color css
<style>
a { background-color: #AECC2E; }
a { background-color: rgb(174,204,46); }
div.DivClassName
{
background-color: #AECC2E;
}
.BgClassName
{
background-color: #AECC2E;
}
</style>
border-color css
<style>
span { border-color: #AECC2E; }
span { border-color: rgb(174,204,46); }
td.TdClassName
{
border-color: #AECC2E;
}
.TagClassName
{
border-color: #AECC2E;
}
</style>