Shades of Bahia #9ACE1A
Tints of Bahia #9ACE1A
RGB
CMYK
RGB Variations
Color information
#9ACE1A (or 0x9ACE1A) is known color: Bahia. HEX triplet: 9A, CE and 1A. RGB value is (154,206,26). Sum of RGB (Red+Green+Blue) = 154+206+26=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACE1A is #6531E5. Grayscale: #AAAAAA. Windows color (decimal): -6631910 or 1756826. OLE color: 1756826.
HSL color Cylindrical-coordinate representation of color #9ACE1A: hue angle of 77.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9ACE1A is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 206 | 26 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.19 |
| HSL | 77.33º | 0.78% | 0.45% | - |
| HSV(B) | 77.33º | 0.87% | 0.81% | - |
| XYZ | 35.58 | 51.09 | 8.96 | - |
| YUV | 169.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 206 | 26 | 0.25 | 0 | 0.87 | 0.19 | 77.33 | 0.78 | 0.45 |
| Hex | 9A | CE | 1A | 19 | 0 | 57 | 13 | 4D | 4E | 2D |
| Octal | 232 | 316 | 32 | 31 | 0 | 127 | 23 | 115 | 116 | 55 |
| Binary | 10011010 | 11001110 | 11010 | 11001 | 0 | 1010111 | 10011 | 1001101 | 1001110 | 101101 |
Color Harmonies of #9ACE1A
Complementary color
Monochromatic Colors of #9ACE1A
Black with #9ACE1A
Text Example
Text Example
White with #9ACE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACE1A; }
p { color: rgb(154,206,26); }
H1.HeaderClassName
{
color: #9ACE1A;
}
.AnyTagClassName
{
color: #9ACE1A;
}
</style>
background-color css
<style>
a { background-color: #9ACE1A; }
a { background-color: rgb(154,206,26); }
div.DivClassName
{
background-color: #9ACE1A;
}
.BgClassName
{
background-color: #9ACE1A;
}
</style>
border-color css
<style>
span { border-color: #9ACE1A; }
span { border-color: rgb(154,206,26); }
td.TdClassName
{
border-color: #9ACE1A;
}
.TagClassName
{
border-color: #9ACE1A;
}
</style>