#0FE072

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

Shades of Malachite #0FE072

Tints of Malachite #0FE072

Color information

#0FE072 (or 0x0FE072) is unknown color: approx Malachite. HEX triplet: 0F, E0 and 72. RGB value is (15,224,114). Sum of RGB (Red+Green+Blue) = 15+224+114=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 224 (87.89% from 255 or 63.46% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE072 is #F01F8D. Grayscale: #959595. Windows color (decimal): -15736718 or 7528463. OLE color: 7528463.

HSL color Cylindrical-coordinate representation of color #0FE072: hue angle of 148.42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE072 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB15224114-
CMYK0.9300.490.12
HSL148.42º87.45%46.86%-
HSV(B)148.42º93.3%87.84%-
XYZ29.8954.6324.89-
YUV148.97108.2632.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.25%
GREEN value IS 224 (87.89% from 255) = 63.46%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=4.25%
G=63.46%
B=32.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152241140.9300.490.12148.4287.4546.86
HexFE0725D031C94572f
Octal173401621350611422412757
Binary1111111000001110010101110101100011100100101001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,224,114); }

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

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

 a { background-color: rgb(15,224,114); }

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

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

 span { border-color: rgb(15,224,114); }

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