Shades of Bahia #9ACC14
Tints of Bahia #9ACC14
RGB
CMYK
RGB Variations
Color information
#9ACC14 (or 0x9ACC14) is known color: Bahia. HEX triplet: 9A, CC and 14. RGB value is (154,204,20). Sum of RGB (Red+Green+Blue) = 154+204+20=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACC14 is #6533EB. Grayscale: #A8A8A8. Windows color (decimal): -6632428 or 1363098. OLE color: 1363098.
HSL color Cylindrical-coordinate representation of color #9ACC14: hue angle of 76.3º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9ACC14 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 204 | 20 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.2 |
| HSL | 76.3º | 0.82% | 0.44% | - |
| HSV(B) | 76.3º | 0.9% | 0.8% | - |
| XYZ | 35.05 | 50.11 | 8.49 | - |
| YUV | 168.07 | 44.44 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 20 | 0.25 | 0 | 0.90 | 0.2 | 76.3 | 0.82 | 0.44 |
| Hex | 9A | CC | 14 | 19 | 0 | 5A | 14 | 4C | 52 | 2C |
| Octal | 232 | 314 | 24 | 31 | 0 | 132 | 24 | 114 | 122 | 54 |
| Binary | 10011010 | 11001100 | 10100 | 11001 | 0 | 1011010 | 10100 | 1001100 | 1010010 | 101100 |
Color Harmonies of #9ACC14
Complementary color
Monochromatic Colors of #9ACC14
Black with #9ACC14
Text Example
Text Example
White with #9ACC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACC14; }
p { color: rgb(154,204,20); }
H1.HeaderClassName
{
color: #9ACC14;
}
.AnyTagClassName
{
color: #9ACC14;
}
</style>
background-color css
<style>
a { background-color: #9ACC14; }
a { background-color: rgb(154,204,20); }
div.DivClassName
{
background-color: #9ACC14;
}
.BgClassName
{
background-color: #9ACC14;
}
</style>
border-color css
<style>
span { border-color: #9ACC14; }
span { border-color: rgb(154,204,20); }
td.TdClassName
{
border-color: #9ACC14;
}
.TagClassName
{
border-color: #9ACC14;
}
</style>