Shades of Malachite #0AE633
Tints of Malachite #0AE633
RGB
CMYK
RGB Variations
Color information
#0AE633 (or 0x0AE633) is known color: Malachite. HEX triplet: 0A, E6 and 33. RGB value is (10,230,51). Sum of RGB (Red+Green+Blue) = 10+230+51=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 230 (90.23% from 255 or 79.04% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 230 - color contains mainly: green. Hex color #0AE633 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AE633 is #F519CC. Grayscale: #909090. Windows color (decimal): -16062925 or 3401226. OLE color: 3401226.
HSL color Cylindrical-coordinate representation of color #0AE633: hue angle of 131.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE633 is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 10 | 230 | 51 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.10 |
| HSL | 131.18º | 0.92% | 0.47% | - |
| HSV(B) | 131.18º | 0.96% | 0.9% | - |
| XYZ | 29.02 | 56.9 | 12.58 | - |
| YUV | 143.81 | 75.61 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 230 | 51 | 0.96 | 0 | 0.78 | 0.10 | 131.18 | 0.92 | 0.47 |
| Hex | A | E6 | 33 | 60 | 0 | 4E | A | 83 | 5C | 2F |
| Octal | 12 | 346 | 63 | 140 | 0 | 116 | 12 | 203 | 134 | 57 |
| Binary | 1010 | 11100110 | 110011 | 1100000 | 0 | 1001110 | 1010 | 10000011 | 1011100 | 101111 |
Color Harmonies of #0AE633
Complementary color
Monochromatic Colors of #0AE633
Black with #0AE633
Text Example
Text Example
White with #0AE633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE633; }
p { color: rgb(10,230,51); }
H1.HeaderClassName
{
color: #0AE633;
}
.AnyTagClassName
{
color: #0AE633;
}
</style>
background-color css
<style>
a { background-color: #0AE633; }
a { background-color: rgb(10,230,51); }
div.DivClassName
{
background-color: #0AE633;
}
.BgClassName
{
background-color: #0AE633;
}
</style>
border-color css
<style>
span { border-color: #0AE633; }
span { border-color: rgb(10,230,51); }
td.TdClassName
{
border-color: #0AE633;
}
.TagClassName
{
border-color: #0AE633;
}
</style>