Shades of Bahia #9ACC1A
Tints of Bahia #9ACC1A
RGB
CMYK
RGB Variations
Color information
#9ACC1A (or 0x9ACC1A) is known color: Bahia. HEX triplet: 9A, CC and 1A. RGB value is (154,204,26). Sum of RGB (Red+Green+Blue) = 154+204+26=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ACC1A is #6533E5. Grayscale: #A9A9A9. Windows color (decimal): -6632422 or 1756314. OLE color: 1756314.
HSL color Cylindrical-coordinate representation of color #9ACC1A: hue angle of 76.85º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9ACC1A is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 26 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.2 |
| HSL | 76.85º | 0.77% | 0.45% | - |
| HSV(B) | 76.85º | 0.87% | 0.8% | - |
| XYZ | 35.11 | 50.13 | 8.8 | - |
| YUV | 168.76 | 47.44 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 26 | 0.25 | 0 | 0.87 | 0.2 | 76.85 | 0.77 | 0.45 |
| Hex | 9A | CC | 1A | 19 | 0 | 57 | 14 | 4D | 4D | 2D |
| Octal | 232 | 314 | 32 | 31 | 0 | 127 | 24 | 115 | 115 | 55 |
| Binary | 10011010 | 11001100 | 11010 | 11001 | 0 | 1010111 | 10100 | 1001101 | 1001101 | 101101 |
Color Harmonies of #9ACC1A
Complementary color
Monochromatic Colors of #9ACC1A
Black with #9ACC1A
Text Example
Text Example
White with #9ACC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC1A; }
p { color: rgb(154,204,26); }
H1.HeaderClassName
{
color: #9ACC1A;
}
.AnyTagClassName
{
color: #9ACC1A;
}
</style>
background-color css
<style>
a { background-color: #9ACC1A; }
a { background-color: rgb(154,204,26); }
div.DivClassName
{
background-color: #9ACC1A;
}
.BgClassName
{
background-color: #9ACC1A;
}
</style>
border-color css
<style>
span { border-color: #9ACC1A; }
span { border-color: rgb(154,204,26); }
td.TdClassName
{
border-color: #9ACC1A;
}
.TagClassName
{
border-color: #9ACC1A;
}
</style>