#0FD442

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

Shades of Malachite #0FD442

Tints of Malachite #0FD442

Color information

#0FD442 (or 0x0FD442) is unknown color: approx Malachite. HEX triplet: 0F, D4 and 42. RGB value is (15,212,66). Sum of RGB (Red+Green+Blue) = 15+212+66=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 212 (83.20% from 255 or 72.35% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD442 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD442 is #F02BBD. Grayscale: #888888. Windows color (decimal): -15739838 or 4379663. OLE color: 4379663.

HSL color Cylindrical-coordinate representation of color #0FD442: hue angle of 135.53º 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 #0FD442 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB1521266-
CMYK0.9300.690.17
HSL135.53º86.78%44.51%-
HSV(B)135.53º92.92%83.14%-
XYZ24.7247.5813.04-
YUV136.4588.2341.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 212 (83.20% from 255) = 72.35%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=5.12%
G=72.35%
B=22.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal15212660.9300.690.17135.5386.7844.51
HexFD4425D0451188572d
Octal1732410213501052121012755
Binary111111010100100001010111010100010110001100010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FD442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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