Shades of Bahia #9ACD13
Tints of Bahia #9ACD13
RGB
CMYK
RGB Variations
Color information
#9ACD13 (or 0x9ACD13) is known color: Bahia. HEX triplet: 9A, CD and 13. RGB value is (154,205,19). Sum of RGB (Red+Green+Blue) = 154+205+19=378 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.74% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ACD13 is #6532EC. Grayscale: #A9A9A9. Windows color (decimal): -6632173 or 1297818. OLE color: 1297818.
HSL color Cylindrical-coordinate representation of color #9ACD13: hue angle of 76.45º degrees, saturation: 0.83, 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 #9ACD13 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 19 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.20 |
| HSL | 76.45º | 0.83% | 0.44% | - |
| HSV(B) | 76.45º | 0.91% | 0.8% | - |
| XYZ | 35.28 | 50.58 | 8.52 | - |
| YUV | 168.55 | 43.6 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 19 | 0.25 | 0 | 0.91 | 0.20 | 76.45 | 0.83 | 0.44 |
| Hex | 9A | CD | 13 | 19 | 0 | 5B | 14 | 4C | 53 | 2C |
| Octal | 232 | 315 | 23 | 31 | 0 | 133 | 24 | 114 | 123 | 54 |
| Binary | 10011010 | 11001101 | 10011 | 11001 | 0 | 1011011 | 10100 | 1001100 | 1010011 | 101100 |
Color Harmonies of #9ACD13
Complementary color
Monochromatic Colors of #9ACD13
Black with #9ACD13
Text Example
Text Example
White with #9ACD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACD13; }
p { color: rgb(154,205,19); }
H1.HeaderClassName
{
color: #9ACD13;
}
.AnyTagClassName
{
color: #9ACD13;
}
</style>
background-color css
<style>
a { background-color: #9ACD13; }
a { background-color: rgb(154,205,19); }
div.DivClassName
{
background-color: #9ACD13;
}
.BgClassName
{
background-color: #9ACD13;
}
</style>
border-color css
<style>
span { border-color: #9ACD13; }
span { border-color: rgb(154,205,19); }
td.TdClassName
{
border-color: #9ACD13;
}
.TagClassName
{
border-color: #9ACD13;
}
</style>