Shades of Bahia #94CE14
Tints of Bahia #94CE14
RGB
CMYK
RGB Variations
Color information
#94CE14 (or 0x94CE14) is known color: Bahia. HEX triplet: 94, CE and 14. RGB value is (148,206,20). Sum of RGB (Red+Green+Blue) = 148+206+20=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE14 is #6B31EB. Grayscale: #A8A8A8. Windows color (decimal): -7025132 or 1363604. OLE color: 1363604.
HSL color Cylindrical-coordinate representation of color #94CE14: hue angle of 78.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94CE14 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 206 | 20 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.19 |
| HSL | 78.71º | 0.82% | 0.44% | - |
| HSV(B) | 78.71º | 0.9% | 0.81% | - |
| XYZ | 34.41 | 50.49 | 8.59 | - |
| YUV | 167.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 206 | 20 | 0.28 | 0 | 0.90 | 0.19 | 78.71 | 0.82 | 0.44 |
| Hex | 94 | CE | 14 | 1C | 0 | 5A | 13 | 4F | 52 | 2C |
| Octal | 224 | 316 | 24 | 34 | 0 | 132 | 23 | 117 | 122 | 54 |
| Binary | 10010100 | 11001110 | 10100 | 11100 | 0 | 1011010 | 10011 | 1001111 | 1010010 | 101100 |
Color Harmonies of #94CE14
Complementary color
Monochromatic Colors of #94CE14
Black with #94CE14
Text Example
Text Example
White with #94CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CE14; }
p { color: rgb(148,206,20); }
H1.HeaderClassName
{
color: #94CE14;
}
.AnyTagClassName
{
color: #94CE14;
}
</style>
background-color css
<style>
a { background-color: #94CE14; }
a { background-color: rgb(148,206,20); }
div.DivClassName
{
background-color: #94CE14;
}
.BgClassName
{
background-color: #94CE14;
}
</style>
border-color css
<style>
span { border-color: #94CE14; }
span { border-color: rgb(148,206,20); }
td.TdClassName
{
border-color: #94CE14;
}
.TagClassName
{
border-color: #94CE14;
}
</style>