Shades of Bahia #9EC71A
Tints of Bahia #9EC71A
RGB
CMYK
RGB Variations
Color information
#9EC71A (or 0x9EC71A) is known color: Bahia. HEX triplet: 9E, C7 and 1A. RGB value is (158,199,26). Sum of RGB (Red+Green+Blue) = 158+199+26=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 26 (10.55% from 255 or 6.79% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC71A is #6138E5. Grayscale: #A7A7A7. Windows color (decimal): -6371558 or 1755038. OLE color: 1755038.
HSL color Cylindrical-coordinate representation of color #9EC71A: hue angle of 74.22º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9EC71A is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 26 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.22 |
| HSL | 74.22º | 0.77% | 0.44% | - |
| HSV(B) | 74.22º | 0.87% | 0.78% | - |
| XYZ | 34.71 | 48.19 | 8.45 | - |
| YUV | 167.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 26 | 0.21 | 0 | 0.87 | 0.22 | 74.22 | 0.77 | 0.44 |
| Hex | 9E | C7 | 1A | 15 | 0 | 57 | 16 | 4A | 4D | 2C |
| Octal | 236 | 307 | 32 | 25 | 0 | 127 | 26 | 112 | 115 | 54 |
| Binary | 10011110 | 11000111 | 11010 | 10101 | 0 | 1010111 | 10110 | 1001010 | 1001101 | 101100 |
Color Harmonies of #9EC71A
Complementary color
Monochromatic Colors of #9EC71A
Black with #9EC71A
Text Example
Text Example
White with #9EC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC71A; }
p { color: rgb(158,199,26); }
H1.HeaderClassName
{
color: #9EC71A;
}
.AnyTagClassName
{
color: #9EC71A;
}
</style>
background-color css
<style>
a { background-color: #9EC71A; }
a { background-color: rgb(158,199,26); }
div.DivClassName
{
background-color: #9EC71A;
}
.BgClassName
{
background-color: #9EC71A;
}
</style>
border-color css
<style>
span { border-color: #9EC71A; }
span { border-color: rgb(158,199,26); }
td.TdClassName
{
border-color: #9EC71A;
}
.TagClassName
{
border-color: #9EC71A;
}
</style>