#0FE06E

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

Shades of Malachite #0FE06E

Tints of Malachite #0FE06E

Color information

#0FE06E (or 0x0FE06E) is unknown color: approx Malachite. HEX triplet: 0F, E0 and 6E. RGB value is (15,224,110). Sum of RGB (Red+Green+Blue) = 15+224+110=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 224 (87.89% from 255 or 64.18% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE06E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE06E is #F01F91. Grayscale: #949494. Windows color (decimal): -15736722 or 7266319. OLE color: 7266319.

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

Color convert

RGB15224110-
CMYK0.9300.510.12
HSL147.27º87.45%46.86%-
HSV(B)147.27º93.3%87.84%-
XYZ29.6754.5423.72-
YUV148.51106.2632.77-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.30%
GREEN value IS 224 (87.89% from 255) = 64.18%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=4.30%
G=64.18%
B=31.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152241100.9300.510.12147.2787.4546.86
HexFE06E5D033C93572f
Octal173401561350631422312757
Binary1111111000001101110101110101100111100100100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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