Shades of Malachite #08FF4A
Tints of Malachite #08FF4A
RGB
CMYK
RGB Variations
Color information
#08FF4A (or 0x08FF4A) is known color: Malachite. HEX triplet: 08, FF and 4A. RGB value is (8,255,74). Sum of RGB (Red+Green+Blue) = 8+255+74=337 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 337); Green value is 255 (100% from 255 or 75.67% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 255 - color contains mainly: green. Hex color #08FF4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08FF4A is #F700B5. Grayscale: #A0A0A0. Windows color (decimal): -16187574 or 4914952. OLE color: 4914952.
HSL color Cylindrical-coordinate representation of color #08FF4A: hue angle of 136.03º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08FF4A is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 74 | - |
| CMYK | 0.97 | 0 | 0.71 | 0 |
| HSL | 136.03º | 1% | 0.52% | - |
| HSV(B) | 136.03º | 0.97% | 1% | - |
| XYZ | 37.1 | 72.07 | 18.43 | - |
| YUV | 160.51 | 79.17 | 19.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 74 | 0.97 | 0 | 0.71 | 0 | 136.03 | 1 | 0.52 |
| Hex | 8 | FF | 4A | 61 | 0 | 47 | 0 | 88 | 64 | 34 |
| Octal | 10 | 377 | 112 | 141 | 0 | 107 | 0 | 210 | 144 | 64 |
| Binary | 1000 | 11111111 | 1001010 | 1100001 | 0 | 1000111 | 0 | 10001000 | 1100100 | 110100 |
Color Harmonies of #08FF4A
Complementary color
Monochromatic Colors of #08FF4A
Black with #08FF4A
Text Example
Text Example
White with #08FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FF4A; }
p { color: rgb(8,255,74); }
H1.HeaderClassName
{
color: #08FF4A;
}
.AnyTagClassName
{
color: #08FF4A;
}
</style>
background-color css
<style>
a { background-color: #08FF4A; }
a { background-color: rgb(8,255,74); }
div.DivClassName
{
background-color: #08FF4A;
}
.BgClassName
{
background-color: #08FF4A;
}
</style>
border-color css
<style>
span { border-color: #08FF4A; }
span { border-color: rgb(8,255,74); }
td.TdClassName
{
border-color: #08FF4A;
}
.TagClassName
{
border-color: #08FF4A;
}
</style>