Shades of Green Yellow #94FA1A
Tints of Green Yellow #94FA1A
RGB
CMYK
RGB Variations
Color information
#94FA1A (or 0x94FA1A) is known color: Green Yellow. HEX triplet: 94, FA and 1A. RGB value is (148,250,26). Sum of RGB (Red+Green+Blue) = 148+250+26=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FA1A is #6B05E5. Grayscale: #C2C2C2. Windows color (decimal): -7013862 or 1768084. OLE color: 1768084.
HSL color Cylindrical-coordinate representation of color #94FA1A: hue angle of 87.32º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94FA1A is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 26 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.02 |
| HSL | 87.32º | 0.96% | 0.54% | - |
| HSV(B) | 87.32º | 0.9% | 0.98% | - |
| XYZ | 46.58 | 74.74 | 12.95 | - |
| YUV | 193.97 | 33.21 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 26 | 0.41 | 0 | 0.90 | 0.02 | 87.32 | 0.96 | 0.54 |
| Hex | 94 | FA | 1A | 29 | 0 | 5A | 2 | 57 | 60 | 36 |
| Octal | 224 | 372 | 32 | 51 | 0 | 132 | 2 | 127 | 140 | 66 |
| Binary | 10010100 | 11111010 | 11010 | 101001 | 0 | 1011010 | 10 | 1010111 | 1100000 | 110110 |
Color Harmonies of #94FA1A
Complementary color
Monochromatic Colors of #94FA1A
Black with #94FA1A
Text Example
Text Example
White with #94FA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA1A; }
p { color: rgb(148,250,26); }
H1.HeaderClassName
{
color: #94FA1A;
}
.AnyTagClassName
{
color: #94FA1A;
}
</style>
background-color css
<style>
a { background-color: #94FA1A; }
a { background-color: rgb(148,250,26); }
div.DivClassName
{
background-color: #94FA1A;
}
.BgClassName
{
background-color: #94FA1A;
}
</style>
border-color css
<style>
span { border-color: #94FA1A; }
span { border-color: rgb(148,250,26); }
td.TdClassName
{
border-color: #94FA1A;
}
.TagClassName
{
border-color: #94FA1A;
}
</style>