Shades of Green Yellow #9FF228
Tints of Green Yellow #9FF228
RGB
CMYK
RGB Variations
Color information
#9FF228 (or 0x9FF228) is known color: Green Yellow. HEX triplet: 9F, F2 and 28. RGB value is (159,242,40). Sum of RGB (Red+Green+Blue) = 159+242+40=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF228 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FF228 is #600DD7. Grayscale: #C2C2C2. Windows color (decimal): -6295000 or 2683551. OLE color: 2683551.
HSL color Cylindrical-coordinate representation of color #9FF228: hue angle of 84.65º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9FF228 is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 40 | - |
| CMYK | 0.34 | 0 | 0.83 | 0.05 |
| HSL | 84.65º | 0.89% | 0.55% | - |
| HSV(B) | 84.65º | 0.83% | 0.95% | - |
| XYZ | 46.43 | 71.03 | 13.27 | - |
| YUV | 194.16 | 41 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 40 | 0.34 | 0 | 0.83 | 0.05 | 84.65 | 0.89 | 0.55 |
| Hex | 9F | F2 | 28 | 22 | 0 | 53 | 5 | 55 | 59 | 37 |
| Octal | 237 | 362 | 50 | 42 | 0 | 123 | 5 | 125 | 131 | 67 |
| Binary | 10011111 | 11110010 | 101000 | 100010 | 0 | 1010011 | 101 | 1010101 | 1011001 | 110111 |
Color Harmonies of #9FF228
Complementary color
Monochromatic Colors of #9FF228
Black with #9FF228
Text Example
Text Example
White with #9FF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF228; }
p { color: rgb(159,242,40); }
H1.HeaderClassName
{
color: #9FF228;
}
.AnyTagClassName
{
color: #9FF228;
}
</style>
background-color css
<style>
a { background-color: #9FF228; }
a { background-color: rgb(159,242,40); }
div.DivClassName
{
background-color: #9FF228;
}
.BgClassName
{
background-color: #9FF228;
}
</style>
border-color css
<style>
span { border-color: #9FF228; }
span { border-color: rgb(159,242,40); }
td.TdClassName
{
border-color: #9FF228;
}
.TagClassName
{
border-color: #9FF228;
}
</style>