Shades of Light Green #90F278
Tints of Light Green #90F278
RGB
CMYK
RGB Variations
Color information
#90F278 (or 0x90F278) is known color: Light Green. HEX triplet: 90, F2 and 78. RGB value is (144,242,120). Sum of RGB (Red+Green+Blue) = 144+242+120=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #90F278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90F278 is #6F0D87. Grayscale: #C7C7C7. Windows color (decimal): -7277960 or 7926416. OLE color: 7926416.
HSL color Cylindrical-coordinate representation of color #90F278: hue angle of 108.2º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90F278 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 120 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.05 |
| HSL | 108.2º | 0.82% | 0.71% | - |
| HSV(B) | 108.2º | 0.5% | 0.95% | - |
| XYZ | 46.64 | 70.79 | 28.97 | - |
| YUV | 198.79 | 83.53 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 120 | 0.40 | 0 | 0.50 | 0.05 | 108.2 | 0.82 | 0.71 |
| Hex | 90 | F2 | 78 | 28 | 0 | 32 | 5 | 6C | 52 | 47 |
| Octal | 220 | 362 | 170 | 50 | 0 | 62 | 5 | 154 | 122 | 107 |
| Binary | 10010000 | 11110010 | 1111000 | 101000 | 0 | 110010 | 101 | 1101100 | 1010010 | 1000111 |
Color Harmonies of #90F278
Complementary color
Monochromatic Colors of #90F278
Black with #90F278
Text Example
Text Example
White with #90F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F278; }
p { color: rgb(144,242,120); }
H1.HeaderClassName
{
color: #90F278;
}
.AnyTagClassName
{
color: #90F278;
}
</style>
background-color css
<style>
a { background-color: #90F278; }
a { background-color: rgb(144,242,120); }
div.DivClassName
{
background-color: #90F278;
}
.BgClassName
{
background-color: #90F278;
}
</style>
border-color css
<style>
span { border-color: #90F278; }
span { border-color: rgb(144,242,120); }
td.TdClassName
{
border-color: #90F278;
}
.TagClassName
{
border-color: #90F278;
}
</style>