Shades of Bahia #9FC812
Tints of Bahia #9FC812
RGB
CMYK
RGB Variations
Color information
#9FC812 (or 0x9FC812) is known color: Bahia. HEX triplet: 9F, C8 and 12. RGB value is (159,200,18). Sum of RGB (Red+Green+Blue) = 159+200+18=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC812 is #6037ED. Grayscale: #A7A7A7. Windows color (decimal): -6305774 or 1231007. OLE color: 1231007.
HSL color Cylindrical-coordinate representation of color #9FC812: hue angle of 73.52º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FC812 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 18 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.22 |
| HSL | 73.52º | 0.83% | 0.43% | - |
| HSV(B) | 73.52º | 0.91% | 0.78% | - |
| XYZ | 35.06 | 48.72 | 8.13 | - |
| YUV | 166.99 | 43.92 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 18 | 0.20 | 0 | 0.91 | 0.22 | 73.52 | 0.83 | 0.43 |
| Hex | 9F | C8 | 12 | 14 | 0 | 5B | 16 | 4A | 53 | 2B |
| Octal | 237 | 310 | 22 | 24 | 0 | 133 | 26 | 112 | 123 | 53 |
| Binary | 10011111 | 11001000 | 10010 | 10100 | 0 | 1011011 | 10110 | 1001010 | 1010011 | 101011 |
Color Harmonies of #9FC812
Complementary color
Monochromatic Colors of #9FC812
Black with #9FC812
Text Example
Text Example
White with #9FC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC812; }
p { color: rgb(159,200,18); }
H1.HeaderClassName
{
color: #9FC812;
}
.AnyTagClassName
{
color: #9FC812;
}
</style>
background-color css
<style>
a { background-color: #9FC812; }
a { background-color: rgb(159,200,18); }
div.DivClassName
{
background-color: #9FC812;
}
.BgClassName
{
background-color: #9FC812;
}
</style>
border-color css
<style>
span { border-color: #9FC812; }
span { border-color: rgb(159,200,18); }
td.TdClassName
{
border-color: #9FC812;
}
.TagClassName
{
border-color: #9FC812;
}
</style>