#0FE150

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

Shades of Malachite #0FE150

Tints of Malachite #0FE150

Color information

#0FE150 (or 0x0FE150) is unknown color: approx Malachite. HEX triplet: 0F, E1 and 50. RGB value is (15,225,80). Sum of RGB (Red+Green+Blue) = 15+225+80=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 225 (88.28% from 255 or 70.31% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE150 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE150 is #F01EAF. Grayscale: #929292. Windows color (decimal): -15736496 or 5300495. OLE color: 5300495.

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

Color convert

RGB1522580-
CMYK0.9300.640.12
HSL138.57º87.5%47.06%-
HSV(B)138.57º93.33%88.24%-
XYZ28.5754.5316.61-
YUV145.6890.9334.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.69%
GREEN value IS 225 (88.28% from 255) = 70.31%
BLUE value IS 80 (31.64% from 255) = 25%
R=4.69%
G=70.31%
B=25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15225800.9300.640.12138.5787.547.06
HexFE1505D040C8b582f
Octal1734112013501001421313057
Binary11111110000110100001011101010000001100100010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,225,80); }

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

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

 a { background-color: rgb(15,225,80); }

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

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

 span { border-color: rgb(15,225,80); }

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