Shades of Malachite #0AF94C
Tints of Malachite #0AF94C
RGB
CMYK
RGB Variations
Color information
#0AF94C (or 0x0AF94C) is known color: Malachite. HEX triplet: 0A, F9 and 4C. RGB value is (10,249,76). Sum of RGB (Red+Green+Blue) = 10+249+76=335 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 335); Green value is 249 (97.66% from 255 or 74.33% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF94C is #F506B3. Grayscale: #9E9E9E. Windows color (decimal): -16058036 or 5044490. OLE color: 5044490.
HSL color Cylindrical-coordinate representation of color #0AF94C: hue angle of 136.57º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF94C is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 76 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.02 |
| HSL | 136.57º | 0.95% | 0.51% | - |
| HSV(B) | 136.57º | 0.96% | 0.98% | - |
| XYZ | 35.31 | 68.34 | 18.17 | - |
| YUV | 157.82 | 81.82 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 76 | 0.96 | 0 | 0.69 | 0.02 | 136.57 | 0.95 | 0.51 |
| Hex | A | F9 | 4C | 60 | 0 | 45 | 2 | 89 | 5F | 33 |
| Octal | 12 | 371 | 114 | 140 | 0 | 105 | 2 | 211 | 137 | 63 |
| Binary | 1010 | 11111001 | 1001100 | 1100000 | 0 | 1000101 | 10 | 10001001 | 1011111 | 110011 |
Color Harmonies of #0AF94C
Complementary color
Monochromatic Colors of #0AF94C
Black with #0AF94C
Text Example
Text Example
White with #0AF94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF94C; }
p { color: rgb(10,249,76); }
H1.HeaderClassName
{
color: #0AF94C;
}
.AnyTagClassName
{
color: #0AF94C;
}
</style>
background-color css
<style>
a { background-color: #0AF94C; }
a { background-color: rgb(10,249,76); }
div.DivClassName
{
background-color: #0AF94C;
}
.BgClassName
{
background-color: #0AF94C;
}
</style>
border-color css
<style>
span { border-color: #0AF94C; }
span { border-color: rgb(10,249,76); }
td.TdClassName
{
border-color: #0AF94C;
}
.TagClassName
{
border-color: #0AF94C;
}
</style>