Shades of Bahia #9DC612
Tints of Bahia #9DC612
RGB
CMYK
RGB Variations
Color information
#9DC612 (or 0x9DC612) is known color: Bahia. HEX triplet: 9D, C6 and 12. RGB value is (157,198,18). Sum of RGB (Red+Green+Blue) = 157+198+18=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #9DC612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC612 is #6239ED. Grayscale: #A5A5A5. Windows color (decimal): -6437358 or 1230493. OLE color: 1230493.
HSL color Cylindrical-coordinate representation of color #9DC612: hue angle of 73.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DC612 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 198 | 18 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.22 |
| HSL | 73.67º | 0.83% | 0.42% | - |
| HSV(B) | 73.67º | 0.91% | 0.78% | - |
| XYZ | 34.21 | 47.6 | 7.96 | - |
| YUV | 165.22 | 44.92 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 198 | 18 | 0.21 | 0 | 0.91 | 0.22 | 73.67 | 0.83 | 0.42 |
| Hex | 9D | C6 | 12 | 15 | 0 | 5B | 16 | 4A | 53 | 2A |
| Octal | 235 | 306 | 22 | 25 | 0 | 133 | 26 | 112 | 123 | 52 |
| Binary | 10011101 | 11000110 | 10010 | 10101 | 0 | 1011011 | 10110 | 1001010 | 1010011 | 101010 |
Color Harmonies of #9DC612
Complementary color
Monochromatic Colors of #9DC612
Black with #9DC612
Text Example
Text Example
White with #9DC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC612; }
p { color: rgb(157,198,18); }
H1.HeaderClassName
{
color: #9DC612;
}
.AnyTagClassName
{
color: #9DC612;
}
</style>
background-color css
<style>
a { background-color: #9DC612; }
a { background-color: rgb(157,198,18); }
div.DivClassName
{
background-color: #9DC612;
}
.BgClassName
{
background-color: #9DC612;
}
</style>
border-color css
<style>
span { border-color: #9DC612; }
span { border-color: rgb(157,198,18); }
td.TdClassName
{
border-color: #9DC612;
}
.TagClassName
{
border-color: #9DC612;
}
</style>