Shades of Bahia #9DC01F
Tints of Bahia #9DC01F
RGB
CMYK
RGB Variations
Color information
#9DC01F (or 0x9DC01F) is known color: Bahia. HEX triplet: 9D, C0 and 1F. RGB value is (157,192,31). Sum of RGB (Red+Green+Blue) = 157+192+31=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC01F is #623FE0. Grayscale: #A3A3A3. Windows color (decimal): -6438881 or 2080925. OLE color: 2080925.
HSL color Cylindrical-coordinate representation of color #9DC01F: hue angle of 73.04º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DC01F is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 192 | 31 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.25 |
| HSL | 73.04º | 0.72% | 0.44% | - |
| HSV(B) | 73.04º | 0.84% | 0.75% | - |
| XYZ | 33 | 44.97 | 8.24 | - |
| YUV | 163.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 192 | 31 | 0.18 | 0 | 0.84 | 0.25 | 73.04 | 0.72 | 0.44 |
| Hex | 9D | C0 | 1F | 12 | 0 | 54 | 19 | 49 | 48 | 2C |
| Octal | 235 | 300 | 37 | 22 | 0 | 124 | 31 | 111 | 110 | 54 |
| Binary | 10011101 | 11000000 | 11111 | 10010 | 0 | 1010100 | 11001 | 1001001 | 1001000 | 101100 |
Color Harmonies of #9DC01F
Complementary color
Monochromatic Colors of #9DC01F
Black with #9DC01F
Text Example
Text Example
White with #9DC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC01F; }
p { color: rgb(157,192,31); }
H1.HeaderClassName
{
color: #9DC01F;
}
.AnyTagClassName
{
color: #9DC01F;
}
</style>
background-color css
<style>
a { background-color: #9DC01F; }
a { background-color: rgb(157,192,31); }
div.DivClassName
{
background-color: #9DC01F;
}
.BgClassName
{
background-color: #9DC01F;
}
</style>
border-color css
<style>
span { border-color: #9DC01F; }
span { border-color: rgb(157,192,31); }
td.TdClassName
{
border-color: #9DC01F;
}
.TagClassName
{
border-color: #9DC01F;
}
</style>