Shades of Bahia #9DC41C
Tints of Bahia #9DC41C
RGB
CMYK
RGB Variations
Color information
#9DC41C (or 0x9DC41C) is known color: Bahia. HEX triplet: 9D, C4 and 1C. RGB value is (157,196,28). Sum of RGB (Red+Green+Blue) = 157+196+28=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC41C is #623BE3. Grayscale: #A5A5A5. Windows color (decimal): -6437860 or 1885341. OLE color: 1885341.
HSL color Cylindrical-coordinate representation of color #9DC41C: hue angle of 73.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DC41C is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 28 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.23 |
| HSL | 73.93º | 0.75% | 0.44% | - |
| HSV(B) | 73.93º | 0.86% | 0.77% | - |
| XYZ | 33.85 | 46.73 | 8.33 | - |
| YUV | 165.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 28 | 0.20 | 0 | 0.86 | 0.23 | 73.93 | 0.75 | 0.44 |
| Hex | 9D | C4 | 1C | 14 | 0 | 56 | 17 | 4A | 4B | 2C |
| Octal | 235 | 304 | 34 | 24 | 0 | 126 | 27 | 112 | 113 | 54 |
| Binary | 10011101 | 11000100 | 11100 | 10100 | 0 | 1010110 | 10111 | 1001010 | 1001011 | 101100 |
Color Harmonies of #9DC41C
Complementary color
Monochromatic Colors of #9DC41C
Black with #9DC41C
Text Example
Text Example
White with #9DC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC41C; }
p { color: rgb(157,196,28); }
H1.HeaderClassName
{
color: #9DC41C;
}
.AnyTagClassName
{
color: #9DC41C;
}
</style>
background-color css
<style>
a { background-color: #9DC41C; }
a { background-color: rgb(157,196,28); }
div.DivClassName
{
background-color: #9DC41C;
}
.BgClassName
{
background-color: #9DC41C;
}
</style>
border-color css
<style>
span { border-color: #9DC41C; }
span { border-color: rgb(157,196,28); }
td.TdClassName
{
border-color: #9DC41C;
}
.TagClassName
{
border-color: #9DC41C;
}
</style>