Shades of Malachite #0AFF3C
Tints of Malachite #0AFF3C
RGB
CMYK
RGB Variations
Color information
#0AFF3C (or 0x0AFF3C) is known color: Malachite. HEX triplet: 0A, FF and 3C. RGB value is (10,255,60). Sum of RGB (Red+Green+Blue) = 10+255+60=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 255 (100% from 255 or 78.46% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFF3C is #F500C3. Grayscale: #A0A0A0. Windows color (decimal): -16056516 or 3997450. OLE color: 3997450.
HSL color Cylindrical-coordinate representation of color #0AFF3C: hue angle of 132.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFF3C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 60 | - |
| CMYK | 0.96 | 0 | 0.76 | 0 |
| HSL | 132.24º | 1% | 0.52% | - |
| HSV(B) | 132.24º | 0.96% | 1% | - |
| XYZ | 36.7 | 71.91 | 16.22 | - |
| YUV | 159.52 | 71.83 | 21.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 60 | 0.96 | 0 | 0.76 | 0 | 132.24 | 1 | 0.52 |
| Hex | A | FF | 3C | 60 | 0 | 4C | 0 | 84 | 64 | 34 |
| Octal | 12 | 377 | 74 | 140 | 0 | 114 | 0 | 204 | 144 | 64 |
| Binary | 1010 | 11111111 | 111100 | 1100000 | 0 | 1001100 | 0 | 10000100 | 1100100 | 110100 |
Color Harmonies of #0AFF3C
Complementary color
Monochromatic Colors of #0AFF3C
Black with #0AFF3C
Text Example
Text Example
White with #0AFF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFF3C; }
p { color: rgb(10,255,60); }
H1.HeaderClassName
{
color: #0AFF3C;
}
.AnyTagClassName
{
color: #0AFF3C;
}
</style>
background-color css
<style>
a { background-color: #0AFF3C; }
a { background-color: rgb(10,255,60); }
div.DivClassName
{
background-color: #0AFF3C;
}
.BgClassName
{
background-color: #0AFF3C;
}
</style>
border-color css
<style>
span { border-color: #0AFF3C; }
span { border-color: rgb(10,255,60); }
td.TdClassName
{
border-color: #0AFF3C;
}
.TagClassName
{
border-color: #0AFF3C;
}
</style>