Shades of Bahia #AECF2A
Tints of Bahia #AECF2A
RGB
CMYK
RGB Variations
Color information
#AECF2A (or 0xAECF2A) is known color: Bahia. HEX triplet: AE, CF and 2A. RGB value is (174,207,42). Sum of RGB (Red+Green+Blue) = 174+207+42=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 42 (16.80% from 255 or 9.93% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF2A is #5130D5. Grayscale: #B2B2B2. Windows color (decimal): -5320918 or 2805678. OLE color: 2805678.
HSL color Cylindrical-coordinate representation of color #AECF2A: hue angle of 72º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AECF2A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 42 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.19 |
| HSL | 72º | 0.66% | 0.49% | - |
| HSV(B) | 72º | 0.8% | 0.81% | - |
| XYZ | 40.19 | 53.79 | 10.46 | - |
| YUV | 178.32 | 51.07 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 42 | 0.16 | 0 | 0.80 | 0.19 | 72 | 0.66 | 0.49 |
| Hex | AE | CF | 2A | 10 | 0 | 50 | 13 | 48 | 42 | 31 |
| Octal | 256 | 317 | 52 | 20 | 0 | 120 | 23 | 110 | 102 | 61 |
| Binary | 10101110 | 11001111 | 101010 | 10000 | 0 | 1010000 | 10011 | 1001000 | 1000010 | 110001 |
Color Harmonies of #AECF2A
Complementary color
Monochromatic Colors of #AECF2A
Black with #AECF2A
Text Example
Text Example
White with #AECF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF2A; }
p { color: rgb(174,207,42); }
H1.HeaderClassName
{
color: #AECF2A;
}
.AnyTagClassName
{
color: #AECF2A;
}
</style>
background-color css
<style>
a { background-color: #AECF2A; }
a { background-color: rgb(174,207,42); }
div.DivClassName
{
background-color: #AECF2A;
}
.BgClassName
{
background-color: #AECF2A;
}
</style>
border-color css
<style>
span { border-color: #AECF2A; }
span { border-color: rgb(174,207,42); }
td.TdClassName
{
border-color: #AECF2A;
}
.TagClassName
{
border-color: #AECF2A;
}
</style>