Shades of Malachite #1FE96A
Tints of Malachite #1FE96A
RGB
CMYK
RGB Variations
Color information
#1FE96A (or 0x1FE96A) is known color: Malachite. HEX triplet: 1F, E9 and 6A. RGB value is (31,233,106). Sum of RGB (Red+Green+Blue) = 31+233+106=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 233 (91.41% from 255 or 62.97% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 233 - color contains mainly: green. Hex color #1FE96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1FE96A is #E01695. Grayscale: #9E9E9E. Windows color (decimal): -14685846 or 7006495. OLE color: 7006495.
HSL color Cylindrical-coordinate representation of color #1FE96A: hue angle of 142.28º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FE96A is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 233 | 106 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.09 |
| HSL | 142.28º | 0.82% | 0.52% | - |
| HSV(B) | 142.28º | 0.87% | 0.91% | - |
| XYZ | 32.31 | 59.61 | 23.44 | - |
| YUV | 158.12 | 98.58 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 233 | 106 | 0.87 | 0 | 0.55 | 0.09 | 142.28 | 0.82 | 0.52 |
| Hex | 1F | E9 | 6A | 57 | 0 | 37 | 9 | 8E | 52 | 34 |
| Octal | 37 | 351 | 152 | 127 | 0 | 67 | 11 | 216 | 122 | 64 |
| Binary | 11111 | 11101001 | 1101010 | 1010111 | 0 | 110111 | 1001 | 10001110 | 1010010 | 110100 |
Color Harmonies of #1FE96A
Complementary color
Monochromatic Colors of #1FE96A
Black with #1FE96A
Text Example
Text Example
White with #1FE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE96A; }
p { color: rgb(31,233,106); }
H1.HeaderClassName
{
color: #1FE96A;
}
.AnyTagClassName
{
color: #1FE96A;
}
</style>
background-color css
<style>
a { background-color: #1FE96A; }
a { background-color: rgb(31,233,106); }
div.DivClassName
{
background-color: #1FE96A;
}
.BgClassName
{
background-color: #1FE96A;
}
</style>
border-color css
<style>
span { border-color: #1FE96A; }
span { border-color: rgb(31,233,106); }
td.TdClassName
{
border-color: #1FE96A;
}
.TagClassName
{
border-color: #1FE96A;
}
</style>