#0FD43F

Color #0FD43F Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0FD43F

Tints of Malachite #0FD43F

Color information

#0FD43F (or 0x0FD43F) is unknown color: approx Malachite. HEX triplet: 0F, D4 and 3F. RGB value is (15,212,63). Sum of RGB (Red+Green+Blue) = 15+212+63=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 212 (83.20% from 255 or 73.10% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD43F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD43F is #F02BC0. Grayscale: #888888. Windows color (decimal): -15739841 or 4183055. OLE color: 4183055.

HSL color Cylindrical-coordinate representation of color #0FD43F: hue angle of 134.62º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD43F is Cyan = 0.93, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB1521263-
CMYK0.9300.700.17
HSL134.62º86.78%44.51%-
HSV(B)134.62º92.92%83.14%-
XYZ24.6447.5512.58-
YUV136.1186.7341.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 212 (83.20% from 255) = 73.10%
BLUE value IS 63 (25% from 255) = 21.72%
R=5.17%
G=73.10%
B=21.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15212630.9300.700.17134.6286.7844.51
HexFD43F5D0461187572d
Octal173247713501062120712755
Binary11111101010011111110111010100011010001100001111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FD43F; }

 p { color: rgb(15,212,63); }

 H1.HeaderClassName
 {
   color: #0FD43F;
 }
 .AnyTagClassName
 {
   color: #0FD43F;
 }
</style>
background-color css

<style>
 a { background-color: #0FD43F; }

 a { background-color: rgb(15,212,63); }

 div.DivClassName
 {
   background-color: #0FD43F;
 }
 .BgClassName
 {
   background-color: #0FD43F;
 }
</style>
border-color css

<style>
 span { border-color: #0FD43F; }

 span { border-color: rgb(15,212,63); }

 td.TdClassName
 {
   border-color: #0FD43F;
 }
 .TagClassName
 {
   border-color: #0FD43F;
 }
</style>