Shades of Chartreuse #94FF14
Tints of Chartreuse #94FF14
RGB
CMYK
RGB Variations
Color information
#94FF14 (or 0x94FF14) is known color: Chartreuse. HEX triplet: 94, FF and 14. RGB value is (148,255,20). Sum of RGB (Red+Green+Blue) = 148+255+20=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94FF14 is #6B00EB. Grayscale: #C5C5C5. Windows color (decimal): -7012588 or 1376148. OLE color: 1376148.
HSL color Cylindrical-coordinate representation of color #94FF14: hue angle of 87.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94FF14 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 20 | - |
| CMYK | 0.42 | 0 | 0.92 | 0 |
| HSL | 87.32º | 1% | 0.54% | - |
| HSV(B) | 87.32º | 0.92% | 1% | - |
| XYZ | 48.1 | 77.87 | 13.16 | - |
| YUV | 196.22 | 28.55 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 20 | 0.42 | 0 | 0.92 | 0 | 87.32 | 1 | 0.54 |
| Hex | 94 | FF | 14 | 2A | 0 | 5C | 0 | 57 | 64 | 36 |
| Octal | 224 | 377 | 24 | 52 | 0 | 134 | 0 | 127 | 144 | 66 |
| Binary | 10010100 | 11111111 | 10100 | 101010 | 0 | 1011100 | 0 | 1010111 | 1100100 | 110110 |
Color Harmonies of #94FF14
Complementary color
Monochromatic Colors of #94FF14
Black with #94FF14
Text Example
Text Example
White with #94FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FF14; }
p { color: rgb(148,255,20); }
H1.HeaderClassName
{
color: #94FF14;
}
.AnyTagClassName
{
color: #94FF14;
}
</style>
background-color css
<style>
a { background-color: #94FF14; }
a { background-color: rgb(148,255,20); }
div.DivClassName
{
background-color: #94FF14;
}
.BgClassName
{
background-color: #94FF14;
}
</style>
border-color css
<style>
span { border-color: #94FF14; }
span { border-color: rgb(148,255,20); }
td.TdClassName
{
border-color: #94FF14;
}
.TagClassName
{
border-color: #94FF14;
}
</style>