Shades of Malachite #1AF34B
Tints of Malachite #1AF34B
RGB
CMYK
RGB Variations
Color information
#1AF34B (or 0x1AF34B) is known color: Malachite. HEX triplet: 1A, F3 and 4B. RGB value is (26,243,75). Sum of RGB (Red+Green+Blue) = 26+243+75=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 243 (95.31% from 255 or 70.64% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 243 - color contains mainly: green. Hex color #1AF34B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF34B is #E50CB4. Grayscale: #9F9F9F. Windows color (decimal): -15010997 or 4977434. OLE color: 4977434.
HSL color Cylindrical-coordinate representation of color #1AF34B: hue angle of 133.55º degrees, saturation: 0.9, 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 #1AF34B is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 243 | 75 | - |
| CMYK | 0.89 | 0 | 0.69 | 0.05 |
| HSL | 133.55º | 0.9% | 0.53% | - |
| HSV(B) | 133.55º | 0.89% | 0.95% | - |
| XYZ | 33.75 | 64.83 | 17.39 | - |
| YUV | 158.97 | 80.61 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 243 | 75 | 0.89 | 0 | 0.69 | 0.05 | 133.55 | 0.9 | 0.53 |
| Hex | 1A | F3 | 4B | 59 | 0 | 45 | 5 | 86 | 5A | 35 |
| Octal | 32 | 363 | 113 | 131 | 0 | 105 | 5 | 206 | 132 | 65 |
| Binary | 11010 | 11110011 | 1001011 | 1011001 | 0 | 1000101 | 101 | 10000110 | 1011010 | 110101 |
Color Harmonies of #1AF34B
Complementary color
Monochromatic Colors of #1AF34B
Black with #1AF34B
Text Example
Text Example
White with #1AF34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AF34B; }
p { color: rgb(26,243,75); }
H1.HeaderClassName
{
color: #1AF34B;
}
.AnyTagClassName
{
color: #1AF34B;
}
</style>
background-color css
<style>
a { background-color: #1AF34B; }
a { background-color: rgb(26,243,75); }
div.DivClassName
{
background-color: #1AF34B;
}
.BgClassName
{
background-color: #1AF34B;
}
</style>
border-color css
<style>
span { border-color: #1AF34B; }
span { border-color: rgb(26,243,75); }
td.TdClassName
{
border-color: #1AF34B;
}
.TagClassName
{
border-color: #1AF34B;
}
</style>