Shades of Bahia #9DC814
Tints of Bahia #9DC814
RGB
CMYK
RGB Variations
Color information
#9DC814 (or 0x9DC814) is known color: Bahia. HEX triplet: 9D, C8 and 14. RGB value is (157,200,20). Sum of RGB (Red+Green+Blue) = 157+200+20=377 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.64% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC814 is #6237EB. Grayscale: #A7A7A7. Windows color (decimal): -6436844 or 1362077. OLE color: 1362077.
HSL color Cylindrical-coordinate representation of color #9DC814: hue angle of 74.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DC814 is Cyan = 0.22, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 20 | - |
| CMYK | 0.22 | 0 | 0.9 | 0.22 |
| HSL | 74.33º | 0.82% | 0.43% | - |
| HSV(B) | 74.33º | 0.9% | 0.78% | - |
| XYZ | 34.69 | 48.53 | 8.2 | - |
| YUV | 166.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 20 | 0.22 | 0 | 0.9 | 0.22 | 74.33 | 0.82 | 0.43 |
| Hex | 9D | C8 | 14 | 16 | 0 | 5A | 16 | 4A | 52 | 2B |
| Octal | 235 | 310 | 24 | 26 | 0 | 132 | 26 | 112 | 122 | 53 |
| Binary | 10011101 | 11001000 | 10100 | 10110 | 0 | 1011010 | 10110 | 1001010 | 1010010 | 101011 |
Color Harmonies of #9DC814
Complementary color
Monochromatic Colors of #9DC814
Black with #9DC814
Text Example
Text Example
White with #9DC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC814; }
p { color: rgb(157,200,20); }
H1.HeaderClassName
{
color: #9DC814;
}
.AnyTagClassName
{
color: #9DC814;
}
</style>
background-color css
<style>
a { background-color: #9DC814; }
a { background-color: rgb(157,200,20); }
div.DivClassName
{
background-color: #9DC814;
}
.BgClassName
{
background-color: #9DC814;
}
</style>
border-color css
<style>
span { border-color: #9DC814; }
span { border-color: rgb(157,200,20); }
td.TdClassName
{
border-color: #9DC814;
}
.TagClassName
{
border-color: #9DC814;
}
</style>