Shades of Malachite #1AF253
Tints of Malachite #1AF253
RGB
CMYK
RGB Variations
Color information
#1AF253 (or 0x1AF253) is known color: Malachite. HEX triplet: 1A, F2 and 53. RGB value is (26,242,83). Sum of RGB (Red+Green+Blue) = 26+242+83=351 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.41% from 351); Green value is 242 (94.92% from 255 or 68.95% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 242 - color contains mainly: green. Hex color #1AF253 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AF253 is #E50DAC. Grayscale: #9F9F9F. Windows color (decimal): -15011245 or 5501466. OLE color: 5501466.
HSL color Cylindrical-coordinate representation of color #1AF253: hue angle of 135.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF253 is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 242 | 83 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.05 |
| HSL | 135.83º | 0.89% | 0.53% | - |
| HSV(B) | 135.83º | 0.89% | 0.95% | - |
| XYZ | 33.74 | 64.35 | 18.83 | - |
| YUV | 159.29 | 84.94 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 242 | 83 | 0.89 | 0 | 0.66 | 0.05 | 135.83 | 0.89 | 0.53 |
| Hex | 1A | F2 | 53 | 59 | 0 | 42 | 5 | 88 | 59 | 35 |
| Octal | 32 | 362 | 123 | 131 | 0 | 102 | 5 | 210 | 131 | 65 |
| Binary | 11010 | 11110010 | 1010011 | 1011001 | 0 | 1000010 | 101 | 10001000 | 1011001 | 110101 |
Color Harmonies of #1AF253
Complementary color
Monochromatic Colors of #1AF253
Black with #1AF253
Text Example
Text Example
White with #1AF253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF253; }
p { color: rgb(26,242,83); }
H1.HeaderClassName
{
color: #1AF253;
}
.AnyTagClassName
{
color: #1AF253;
}
</style>
background-color css
<style>
a { background-color: #1AF253; }
a { background-color: rgb(26,242,83); }
div.DivClassName
{
background-color: #1AF253;
}
.BgClassName
{
background-color: #1AF253;
}
</style>
border-color css
<style>
span { border-color: #1AF253; }
span { border-color: rgb(26,242,83); }
td.TdClassName
{
border-color: #1AF253;
}
.TagClassName
{
border-color: #1AF253;
}
</style>