Shades of Bahia #9FCD19
Tints of Bahia #9FCD19
RGB
CMYK
RGB Variations
Color information
#9FCD19 (or 0x9FCD19) is known color: Bahia. HEX triplet: 9F, CD and 19. RGB value is (159,205,25). Sum of RGB (Red+Green+Blue) = 159+205+25=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCD19 is #6032E6. Grayscale: #ABABAB. Windows color (decimal): -6304487 or 1691039. OLE color: 1691039.
HSL color Cylindrical-coordinate representation of color #9FCD19: hue angle of 75.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9FCD19 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 25 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.20 |
| HSL | 75.33º | 0.78% | 0.45% | - |
| HSV(B) | 75.33º | 0.88% | 0.8% | - |
| XYZ | 36.3 | 51.1 | 8.87 | - |
| YUV | 170.73 | 45.76 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 25 | 0.22 | 0 | 0.88 | 0.20 | 75.33 | 0.78 | 0.45 |
| Hex | 9F | CD | 19 | 16 | 0 | 58 | 14 | 4B | 4E | 2D |
| Octal | 237 | 315 | 31 | 26 | 0 | 130 | 24 | 113 | 116 | 55 |
| Binary | 10011111 | 11001101 | 11001 | 10110 | 0 | 1011000 | 10100 | 1001011 | 1001110 | 101101 |
Color Harmonies of #9FCD19
Complementary color
Monochromatic Colors of #9FCD19
Black with #9FCD19
Text Example
Text Example
White with #9FCD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD19; }
p { color: rgb(159,205,25); }
H1.HeaderClassName
{
color: #9FCD19;
}
.AnyTagClassName
{
color: #9FCD19;
}
</style>
background-color css
<style>
a { background-color: #9FCD19; }
a { background-color: rgb(159,205,25); }
div.DivClassName
{
background-color: #9FCD19;
}
.BgClassName
{
background-color: #9FCD19;
}
</style>
border-color css
<style>
span { border-color: #9FCD19; }
span { border-color: rgb(159,205,25); }
td.TdClassName
{
border-color: #9FCD19;
}
.TagClassName
{
border-color: #9FCD19;
}
</style>