Shades of Bahia #AACE28
Tints of Bahia #AACE28
RGB
CMYK
RGB Variations
Color information
#AACE28 (or 0xAACE28) is known color: Bahia. HEX triplet: AA, CE and 28. RGB value is (170,206,40). Sum of RGB (Red+Green+Blue) = 170+206+40=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE28 is #5531D7. Grayscale: #B0B0B0. Windows color (decimal): -5583320 or 2674346. OLE color: 2674346.
HSL color Cylindrical-coordinate representation of color #AACE28: hue angle of 73.01º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AACE28 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 40 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.19 |
| HSL | 73.01º | 0.67% | 0.48% | - |
| HSV(B) | 73.01º | 0.81% | 0.81% | - |
| XYZ | 39.03 | 52.84 | 10.15 | - |
| YUV | 176.31 | 51.07 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 40 | 0.17 | 0 | 0.81 | 0.19 | 73.01 | 0.67 | 0.48 |
| Hex | AA | CE | 28 | 11 | 0 | 51 | 13 | 49 | 43 | 30 |
| Octal | 252 | 316 | 50 | 21 | 0 | 121 | 23 | 111 | 103 | 60 |
| Binary | 10101010 | 11001110 | 101000 | 10001 | 0 | 1010001 | 10011 | 1001001 | 1000011 | 110000 |
Color Harmonies of #AACE28
Complementary color
Monochromatic Colors of #AACE28
Black with #AACE28
Text Example
Text Example
White with #AACE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE28; }
p { color: rgb(170,206,40); }
H1.HeaderClassName
{
color: #AACE28;
}
.AnyTagClassName
{
color: #AACE28;
}
</style>
background-color css
<style>
a { background-color: #AACE28; }
a { background-color: rgb(170,206,40); }
div.DivClassName
{
background-color: #AACE28;
}
.BgClassName
{
background-color: #AACE28;
}
</style>
border-color css
<style>
span { border-color: #AACE28; }
span { border-color: rgb(170,206,40); }
td.TdClassName
{
border-color: #AACE28;
}
.TagClassName
{
border-color: #AACE28;
}
</style>