Shades of Yellow Green #94BD2A
Tints of Yellow Green #94BD2A
RGB
CMYK
RGB Variations
Color information
#94BD2A (or 0x94BD2A) is known color: Yellow Green. HEX triplet: 94, BD and 2A. RGB value is (148,189,42). Sum of RGB (Red+Green+Blue) = 148+189+42=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD2A is #6B42D5. Grayscale: #A0A0A0. Windows color (decimal): -7029462 or 2801044. OLE color: 2801044.
HSL color Cylindrical-coordinate representation of color #94BD2A: hue angle of 76.73º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94BD2A is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 189 | 42 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.26 |
| HSL | 76.73º | 0.64% | 0.45% | - |
| HSV(B) | 76.73º | 0.78% | 0.74% | - |
| XYZ | 30.83 | 42.86 | 8.84 | - |
| YUV | 159.98 | 61.42 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 189 | 42 | 0.22 | 0 | 0.78 | 0.26 | 76.73 | 0.64 | 0.45 |
| Hex | 94 | BD | 2A | 16 | 0 | 4E | 1A | 4D | 40 | 2D |
| Octal | 224 | 275 | 52 | 26 | 0 | 116 | 32 | 115 | 100 | 55 |
| Binary | 10010100 | 10111101 | 101010 | 10110 | 0 | 1001110 | 11010 | 1001101 | 1000000 | 101101 |
Color Harmonies of #94BD2A
Complementary color
Monochromatic Colors of #94BD2A
Black with #94BD2A
Text Example
Text Example
White with #94BD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BD2A; }
p { color: rgb(148,189,42); }
H1.HeaderClassName
{
color: #94BD2A;
}
.AnyTagClassName
{
color: #94BD2A;
}
</style>
background-color css
<style>
a { background-color: #94BD2A; }
a { background-color: rgb(148,189,42); }
div.DivClassName
{
background-color: #94BD2A;
}
.BgClassName
{
background-color: #94BD2A;
}
</style>
border-color css
<style>
span { border-color: #94BD2A; }
span { border-color: rgb(148,189,42); }
td.TdClassName
{
border-color: #94BD2A;
}
.TagClassName
{
border-color: #94BD2A;
}
</style>