Shades of Malachite #0AF955
Tints of Malachite #0AF955
RGB
CMYK
RGB Variations
Color information
#0AF955 (or 0x0AF955) is known color: Malachite. HEX triplet: 0A, F9 and 55. RGB value is (10,249,85). Sum of RGB (Red+Green+Blue) = 10+249+85=344 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.91% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF955 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF955 is #F506AA. Grayscale: #9F9F9F. Windows color (decimal): -16058027 or 5634314. OLE color: 5634314.
HSL color Cylindrical-coordinate representation of color #0AF955: hue angle of 138.83º 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 #0AF955 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 85 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.02 |
| HSL | 138.83º | 0.95% | 0.51% | - |
| HSV(B) | 138.83º | 0.96% | 0.98% | - |
| XYZ | 35.64 | 68.47 | 19.93 | - |
| YUV | 158.84 | 86.32 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 85 | 0.96 | 0 | 0.66 | 0.02 | 138.83 | 0.95 | 0.51 |
| Hex | A | F9 | 55 | 60 | 0 | 42 | 2 | 8B | 5F | 33 |
| Octal | 12 | 371 | 125 | 140 | 0 | 102 | 2 | 213 | 137 | 63 |
| Binary | 1010 | 11111001 | 1010101 | 1100000 | 0 | 1000010 | 10 | 10001011 | 1011111 | 110011 |
Color Harmonies of #0AF955
Complementary color
Monochromatic Colors of #0AF955
Black with #0AF955
Text Example
Text Example
White with #0AF955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF955; }
p { color: rgb(10,249,85); }
H1.HeaderClassName
{
color: #0AF955;
}
.AnyTagClassName
{
color: #0AF955;
}
</style>
background-color css
<style>
a { background-color: #0AF955; }
a { background-color: rgb(10,249,85); }
div.DivClassName
{
background-color: #0AF955;
}
.BgClassName
{
background-color: #0AF955;
}
</style>
border-color css
<style>
span { border-color: #0AF955; }
span { border-color: rgb(10,249,85); }
td.TdClassName
{
border-color: #0AF955;
}
.TagClassName
{
border-color: #0AF955;
}
</style>