Shades of Bahia #9ACC12
Tints of Bahia #9ACC12
RGB
CMYK
RGB Variations
Color information
#9ACC12 (or 0x9ACC12) is known color: Bahia. HEX triplet: 9A, CC and 12. RGB value is (154,204,18). Sum of RGB (Red+Green+Blue) = 154+204+18=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACC12 is #6533ED. Grayscale: #A8A8A8. Windows color (decimal): -6632430 or 1232026. OLE color: 1232026.
HSL color Cylindrical-coordinate representation of color #9ACC12: hue angle of 76.13º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9ACC12 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 18 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.2 |
| HSL | 76.13º | 0.84% | 0.44% | - |
| HSV(B) | 76.13º | 0.91% | 0.8% | - |
| XYZ | 35.03 | 50.1 | 8.4 | - |
| YUV | 167.85 | 43.44 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 18 | 0.25 | 0 | 0.91 | 0.2 | 76.13 | 0.84 | 0.44 |
| Hex | 9A | CC | 12 | 19 | 0 | 5B | 14 | 4C | 54 | 2C |
| Octal | 232 | 314 | 22 | 31 | 0 | 133 | 24 | 114 | 124 | 54 |
| Binary | 10011010 | 11001100 | 10010 | 11001 | 0 | 1011011 | 10100 | 1001100 | 1010100 | 101100 |
Color Harmonies of #9ACC12
Complementary color
Monochromatic Colors of #9ACC12
Black with #9ACC12
Text Example
Text Example
White with #9ACC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC12; }
p { color: rgb(154,204,18); }
H1.HeaderClassName
{
color: #9ACC12;
}
.AnyTagClassName
{
color: #9ACC12;
}
</style>
background-color css
<style>
a { background-color: #9ACC12; }
a { background-color: rgb(154,204,18); }
div.DivClassName
{
background-color: #9ACC12;
}
.BgClassName
{
background-color: #9ACC12;
}
</style>
border-color css
<style>
span { border-color: #9ACC12; }
span { border-color: rgb(154,204,18); }
td.TdClassName
{
border-color: #9ACC12;
}
.TagClassName
{
border-color: #9ACC12;
}
</style>