Shades of Malachite #00F953
Tints of Malachite #00F953
RGB
CMYK
RGB Variations
Color information
#00F953 (or 0x00F953) is known color: Malachite. HEX triplet: 00, F9 and 53. RGB value is (0,249,83). Sum of RGB (Red+Green+Blue) = 0+249+83=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 249 (97.66% from 255 or 75% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 249 - color contains mainly: green. Hex color #00F953 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F953 is #FF06AC. Grayscale: #9C9C9C. Windows color (decimal): -16713389 or 5503232. OLE color: 5503232.
HSL color Cylindrical-coordinate representation of color #00F953: hue angle of 140º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F953 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 249 | 83 | - |
| CMYK | 1 | 0 | 0.67 | 0.02 |
| HSL | 140º | 1% | 0.49% | - |
| HSV(B) | 140º | 1% | 0.98% | - |
| XYZ | 35.44 | 68.38 | 19.51 | - |
| YUV | 155.63 | 87.01 | 17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 249 | 83 | 1 | 0 | 0.67 | 0.02 | 140 | 1 | 0.49 |
| Hex | 0 | F9 | 53 | 64 | 0 | 43 | 2 | 8C | 64 | 31 |
| Octal | 0 | 371 | 123 | 144 | 0 | 103 | 2 | 214 | 144 | 61 |
| Binary | 0 | 11111001 | 1010011 | 1100100 | 0 | 1000011 | 10 | 10001100 | 1100100 | 110001 |
Color Harmonies of #00F953
Complementary color
Monochromatic Colors of #00F953
Black with #00F953
Text Example
Text Example
White with #00F953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F953; }
p { color: rgb(0,249,83); }
H1.HeaderClassName
{
color: #00F953;
}
.AnyTagClassName
{
color: #00F953;
}
</style>
background-color css
<style>
a { background-color: #00F953; }
a { background-color: rgb(0,249,83); }
div.DivClassName
{
background-color: #00F953;
}
.BgClassName
{
background-color: #00F953;
}
</style>
border-color css
<style>
span { border-color: #00F953; }
span { border-color: rgb(0,249,83); }
td.TdClassName
{
border-color: #00F953;
}
.TagClassName
{
border-color: #00F953;
}
</style>