Shades of Yellow Green #94CA2A
Tints of Yellow Green #94CA2A
RGB
CMYK
RGB Variations
Color information
#94CA2A (or 0x94CA2A) is known color: Yellow Green. HEX triplet: 94, CA and 2A. RGB value is (148,202,42). Sum of RGB (Red+Green+Blue) = 148+202+42=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 42 (16.80% from 255 or 10.71% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA2A is #6B35D5. Grayscale: #A8A8A8. Windows color (decimal): -7026134 or 2804372. OLE color: 2804372.
HSL color Cylindrical-coordinate representation of color #94CA2A: hue angle of 80.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94CA2A is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 148 | 202 | 42 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.21 |
| HSL | 80.25º | 0.66% | 0.48% | - |
| HSV(B) | 80.25º | 0.79% | 0.79% | - |
| XYZ | 33.75 | 48.7 | 9.81 | - |
| YUV | 167.61 | 57.11 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 202 | 42 | 0.27 | 0 | 0.79 | 0.21 | 80.25 | 0.66 | 0.48 |
| Hex | 94 | CA | 2A | 1B | 0 | 4F | 15 | 50 | 42 | 30 |
| Octal | 224 | 312 | 52 | 33 | 0 | 117 | 25 | 120 | 102 | 60 |
| Binary | 10010100 | 11001010 | 101010 | 11011 | 0 | 1001111 | 10101 | 1010000 | 1000010 | 110000 |
Color Harmonies of #94CA2A
Complementary color
Monochromatic Colors of #94CA2A
Black with #94CA2A
Text Example
Text Example
White with #94CA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CA2A; }
p { color: rgb(148,202,42); }
H1.HeaderClassName
{
color: #94CA2A;
}
.AnyTagClassName
{
color: #94CA2A;
}
</style>
background-color css
<style>
a { background-color: #94CA2A; }
a { background-color: rgb(148,202,42); }
div.DivClassName
{
background-color: #94CA2A;
}
.BgClassName
{
background-color: #94CA2A;
}
</style>
border-color css
<style>
span { border-color: #94CA2A; }
span { border-color: rgb(148,202,42); }
td.TdClassName
{
border-color: #94CA2A;
}
.TagClassName
{
border-color: #94CA2A;
}
</style>