Shades of Yellow Green #94CA26
Tints of Yellow Green #94CA26
RGB
CMYK
RGB Variations
Color information
#94CA26 (or 0x94CA26) is known color: Yellow Green. HEX triplet: 94, CA and 26. RGB value is (148,202,38). Sum of RGB (Red+Green+Blue) = 148+202+38=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 38 (15.23% from 255 or 9.79% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA26 is #6B35D9. Grayscale: #A7A7A7. Windows color (decimal): -7026138 or 2542228. OLE color: 2542228.
HSL color Cylindrical-coordinate representation of color #94CA26: hue angle of 79.76º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94CA26 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 38 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.21 |
| HSL | 79.76º | 0.68% | 0.47% | - |
| HSV(B) | 79.76º | 0.81% | 0.79% | - |
| XYZ | 33.68 | 48.68 | 9.45 | - |
| YUV | 167.16 | 55.11 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 38 | 0.27 | 0 | 0.81 | 0.21 | 79.76 | 0.68 | 0.47 |
| Hex | 94 | CA | 26 | 1B | 0 | 51 | 15 | 50 | 44 | 2F |
| Octal | 224 | 312 | 46 | 33 | 0 | 121 | 25 | 120 | 104 | 57 |
| Binary | 10010100 | 11001010 | 100110 | 11011 | 0 | 1010001 | 10101 | 1010000 | 1000100 | 101111 |
Color Harmonies of #94CA26
Complementary color
Monochromatic Colors of #94CA26
Black with #94CA26
Text Example
Text Example
White with #94CA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA26; }
p { color: rgb(148,202,38); }
H1.HeaderClassName
{
color: #94CA26;
}
.AnyTagClassName
{
color: #94CA26;
}
</style>
background-color css
<style>
a { background-color: #94CA26; }
a { background-color: rgb(148,202,38); }
div.DivClassName
{
background-color: #94CA26;
}
.BgClassName
{
background-color: #94CA26;
}
</style>
border-color css
<style>
span { border-color: #94CA26; }
span { border-color: rgb(148,202,38); }
td.TdClassName
{
border-color: #94CA26;
}
.TagClassName
{
border-color: #94CA26;
}
</style>