Shades of Malachite #0AF95C
Tints of Malachite #0AF95C
RGB
CMYK
RGB Variations
Color information
#0AF95C (or 0x0AF95C) is known color: Malachite. HEX triplet: 0A, F9 and 5C. RGB value is (10,249,92). Sum of RGB (Red+Green+Blue) = 10+249+92=351 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.85% from 351); Green value is 249 (97.66% from 255 or 70.94% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF95C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF95C is #F506A3. Grayscale: #A0A0A0. Windows color (decimal): -16058020 or 6093066. OLE color: 6093066.
HSL color Cylindrical-coordinate representation of color #0AF95C: hue angle of 140.59º 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 #0AF95C is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 92 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.02 |
| HSL | 140.59º | 0.95% | 0.51% | - |
| HSV(B) | 140.59º | 0.96% | 0.98% | - |
| XYZ | 35.93 | 68.59 | 21.47 | - |
| YUV | 159.64 | 89.82 | 21.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 92 | 0.96 | 0 | 0.63 | 0.02 | 140.59 | 0.95 | 0.51 |
| Hex | A | F9 | 5C | 60 | 0 | 3F | 2 | 8D | 5F | 33 |
| Octal | 12 | 371 | 134 | 140 | 0 | 77 | 2 | 215 | 137 | 63 |
| Binary | 1010 | 11111001 | 1011100 | 1100000 | 0 | 111111 | 10 | 10001101 | 1011111 | 110011 |
Color Harmonies of #0AF95C
Complementary color
Monochromatic Colors of #0AF95C
Black with #0AF95C
Text Example
Text Example
White with #0AF95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF95C; }
p { color: rgb(10,249,92); }
H1.HeaderClassName
{
color: #0AF95C;
}
.AnyTagClassName
{
color: #0AF95C;
}
</style>
background-color css
<style>
a { background-color: #0AF95C; }
a { background-color: rgb(10,249,92); }
div.DivClassName
{
background-color: #0AF95C;
}
.BgClassName
{
background-color: #0AF95C;
}
</style>
border-color css
<style>
span { border-color: #0AF95C; }
span { border-color: rgb(10,249,92); }
td.TdClassName
{
border-color: #0AF95C;
}
.TagClassName
{
border-color: #0AF95C;
}
</style>