Shades of Light Green #90F386
Tints of Light Green #90F386
RGB
CMYK
RGB Variations
Color information
#90F386 (or 0x90F386) is known color: Light Green. HEX triplet: 90, F3 and 86. RGB value is (144,243,134). Sum of RGB (Red+Green+Blue) = 144+243+134=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #90F386 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F386 is #6F0C79. Grayscale: #C9C9C9. Windows color (decimal): -7277690 or 8844176. OLE color: 8844176.
HSL color Cylindrical-coordinate representation of color #90F386: hue angle of 114.5º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90F386 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 243 | 134 | - |
| CMYK | 0.41 | 0 | 0.45 | 0.05 |
| HSL | 114.5º | 0.82% | 0.74% | - |
| HSV(B) | 114.5º | 0.45% | 0.95% | - |
| XYZ | 47.86 | 71.75 | 33.88 | - |
| YUV | 200.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 243 | 134 | 0.41 | 0 | 0.45 | 0.05 | 114.5 | 0.82 | 0.74 |
| Hex | 90 | F3 | 86 | 29 | 0 | 2D | 5 | 72 | 52 | 4A |
| Octal | 220 | 363 | 206 | 51 | 0 | 55 | 5 | 162 | 122 | 112 |
| Binary | 10010000 | 11110011 | 10000110 | 101001 | 0 | 101101 | 101 | 1110010 | 1010010 | 1001010 |
Color Harmonies of #90F386
Complementary color
Monochromatic Colors of #90F386
Black with #90F386
Text Example
Text Example
White with #90F386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F386; }
p { color: rgb(144,243,134); }
H1.HeaderClassName
{
color: #90F386;
}
.AnyTagClassName
{
color: #90F386;
}
</style>
background-color css
<style>
a { background-color: #90F386; }
a { background-color: rgb(144,243,134); }
div.DivClassName
{
background-color: #90F386;
}
.BgClassName
{
background-color: #90F386;
}
</style>
border-color css
<style>
span { border-color: #90F386; }
span { border-color: rgb(144,243,134); }
td.TdClassName
{
border-color: #90F386;
}
.TagClassName
{
border-color: #90F386;
}
</style>