Shades of Bahia #AACD1F
Tints of Bahia #AACD1F
RGB
CMYK
RGB Variations
Color information
#AACD1F (or 0xAACD1F) is known color: Bahia. HEX triplet: AA, CD and 1F. RGB value is (170,205,31). Sum of RGB (Red+Green+Blue) = 170+205+31=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD1F is #5532E0. Grayscale: #AFAFAF. Windows color (decimal): -5583585 or 2084266. OLE color: 2084266.
HSL color Cylindrical-coordinate representation of color #AACD1F: hue angle of 72.07º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AACD1F is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 31 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.20 |
| HSL | 72.07º | 0.74% | 0.46% | - |
| HSV(B) | 72.07º | 0.85% | 0.8% | - |
| XYZ | 38.66 | 52.31 | 9.36 | - |
| YUV | 174.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 31 | 0.17 | 0 | 0.85 | 0.20 | 72.07 | 0.74 | 0.46 |
| Hex | AA | CD | 1F | 11 | 0 | 55 | 14 | 48 | 4A | 2E |
| Octal | 252 | 315 | 37 | 21 | 0 | 125 | 24 | 110 | 112 | 56 |
| Binary | 10101010 | 11001101 | 11111 | 10001 | 0 | 1010101 | 10100 | 1001000 | 1001010 | 101110 |
Color Harmonies of #AACD1F
Complementary color
Monochromatic Colors of #AACD1F
Black with #AACD1F
Text Example
Text Example
White with #AACD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD1F; }
p { color: rgb(170,205,31); }
H1.HeaderClassName
{
color: #AACD1F;
}
.AnyTagClassName
{
color: #AACD1F;
}
</style>
background-color css
<style>
a { background-color: #AACD1F; }
a { background-color: rgb(170,205,31); }
div.DivClassName
{
background-color: #AACD1F;
}
.BgClassName
{
background-color: #AACD1F;
}
</style>
border-color css
<style>
span { border-color: #AACD1F; }
span { border-color: rgb(170,205,31); }
td.TdClassName
{
border-color: #AACD1F;
}
.TagClassName
{
border-color: #AACD1F;
}
</style>