Shades of Malachite #26CA4B
Tints of Malachite #26CA4B
RGB
CMYK
RGB Variations
Color information
#26CA4B (or 0x26CA4B) is known color: Malachite. HEX triplet: 26, CA and 4B. RGB value is (38,202,75). Sum of RGB (Red+Green+Blue) = 38+202+75=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA4B is #D935B4. Grayscale: #8A8A8A. Windows color (decimal): -14235061 or 4966950. OLE color: 4966950.
HSL color Cylindrical-coordinate representation of color #26CA4B: hue angle of 133.54º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CA4B is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 202 | 75 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.21 |
| HSL | 133.54º | 0.68% | 0.47% | - |
| HSV(B) | 133.54º | 0.81% | 0.79% | - |
| XYZ | 23.19 | 43.16 | 13.77 | - |
| YUV | 138.49 | 92.17 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 202 | 75 | 0.81 | 0 | 0.63 | 0.21 | 133.54 | 0.68 | 0.47 |
| Hex | 26 | CA | 4B | 51 | 0 | 3F | 15 | 86 | 44 | 2F |
| Octal | 46 | 312 | 113 | 121 | 0 | 77 | 25 | 206 | 104 | 57 |
| Binary | 100110 | 11001010 | 1001011 | 1010001 | 0 | 111111 | 10101 | 10000110 | 1000100 | 101111 |
Color Harmonies of #26CA4B
Complementary color
Monochromatic Colors of #26CA4B
Black with #26CA4B
Text Example
Text Example
White with #26CA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26CA4B; }
p { color: rgb(38,202,75); }
H1.HeaderClassName
{
color: #26CA4B;
}
.AnyTagClassName
{
color: #26CA4B;
}
</style>
background-color css
<style>
a { background-color: #26CA4B; }
a { background-color: rgb(38,202,75); }
div.DivClassName
{
background-color: #26CA4B;
}
.BgClassName
{
background-color: #26CA4B;
}
</style>
border-color css
<style>
span { border-color: #26CA4B; }
span { border-color: rgb(38,202,75); }
td.TdClassName
{
border-color: #26CA4B;
}
.TagClassName
{
border-color: #26CA4B;
}
</style>