Shades of Bahia #9FC51D
Tints of Bahia #9FC51D
RGB
CMYK
RGB Variations
Color information
#9FC51D (or 0x9FC51D) is known color: Bahia. HEX triplet: 9F, C5 and 1D. RGB value is (159,197,29). Sum of RGB (Red+Green+Blue) = 159+197+29=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FC51D is #603AE2. Grayscale: #A7A7A7. Windows color (decimal): -6306531 or 1951135. OLE color: 1951135.
HSL color Cylindrical-coordinate representation of color #9FC51D: hue angle of 73.57º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FC51D is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 29 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.23 |
| HSL | 73.57º | 0.74% | 0.44% | - |
| HSV(B) | 73.57º | 0.85% | 0.77% | - |
| XYZ | 34.49 | 47.39 | 8.49 | - |
| YUV | 166.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 29 | 0.19 | 0 | 0.85 | 0.23 | 73.57 | 0.74 | 0.44 |
| Hex | 9F | C5 | 1D | 13 | 0 | 55 | 17 | 4A | 4A | 2C |
| Octal | 237 | 305 | 35 | 23 | 0 | 125 | 27 | 112 | 112 | 54 |
| Binary | 10011111 | 11000101 | 11101 | 10011 | 0 | 1010101 | 10111 | 1001010 | 1001010 | 101100 |
Color Harmonies of #9FC51D
Complementary color
Monochromatic Colors of #9FC51D
Black with #9FC51D
Text Example
Text Example
White with #9FC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC51D; }
p { color: rgb(159,197,29); }
H1.HeaderClassName
{
color: #9FC51D;
}
.AnyTagClassName
{
color: #9FC51D;
}
</style>
background-color css
<style>
a { background-color: #9FC51D; }
a { background-color: rgb(159,197,29); }
div.DivClassName
{
background-color: #9FC51D;
}
.BgClassName
{
background-color: #9FC51D;
}
</style>
border-color css
<style>
span { border-color: #9FC51D; }
span { border-color: rgb(159,197,29); }
td.TdClassName
{
border-color: #9FC51D;
}
.TagClassName
{
border-color: #9FC51D;
}
</style>