Shades of Malachite #0AF94B
Tints of Malachite #0AF94B
RGB
CMYK
RGB Variations
Color information
#0AF94B (or 0x0AF94B) is known color: Malachite. HEX triplet: 0A, F9 and 4B. RGB value is (10,249,75). Sum of RGB (Red+Green+Blue) = 10+249+75=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 249 (97.66% from 255 or 74.55% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF94B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF94B is #F506B4. Grayscale: #9E9E9E. Windows color (decimal): -16058037 or 4978954. OLE color: 4978954.
HSL color Cylindrical-coordinate representation of color #0AF94B: hue angle of 136.32º 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 #0AF94B is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 75 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.02 |
| HSL | 136.32º | 0.95% | 0.51% | - |
| HSV(B) | 136.32º | 0.96% | 0.98% | - |
| XYZ | 35.27 | 68.32 | 17.99 | - |
| YUV | 157.7 | 81.32 | 22.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 75 | 0.96 | 0 | 0.70 | 0.02 | 136.32 | 0.95 | 0.51 |
| Hex | A | F9 | 4B | 60 | 0 | 46 | 2 | 88 | 5F | 33 |
| Octal | 12 | 371 | 113 | 140 | 0 | 106 | 2 | 210 | 137 | 63 |
| Binary | 1010 | 11111001 | 1001011 | 1100000 | 0 | 1000110 | 10 | 10001000 | 1011111 | 110011 |
Color Harmonies of #0AF94B
Complementary color
Monochromatic Colors of #0AF94B
Black with #0AF94B
Text Example
Text Example
White with #0AF94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF94B; }
p { color: rgb(10,249,75); }
H1.HeaderClassName
{
color: #0AF94B;
}
.AnyTagClassName
{
color: #0AF94B;
}
</style>
background-color css
<style>
a { background-color: #0AF94B; }
a { background-color: rgb(10,249,75); }
div.DivClassName
{
background-color: #0AF94B;
}
.BgClassName
{
background-color: #0AF94B;
}
</style>
border-color css
<style>
span { border-color: #0AF94B; }
span { border-color: rgb(10,249,75); }
td.TdClassName
{
border-color: #0AF94B;
}
.TagClassName
{
border-color: #0AF94B;
}
</style>