#0FE850

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

Shades of Malachite #0FE850

Tints of Malachite #0FE850

Color information

#0FE850 (or 0x0FE850) is unknown color: approx Malachite. HEX triplet: 0F, E8 and 50. RGB value is (15,232,80). Sum of RGB (Red+Green+Blue) = 15+232+80=327 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.59% from 327); Green value is 232 (91.02% from 255 or 70.95% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 232 - color contains mainly: green. Hex color #0FE850 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE850 is #F017AF. Grayscale: #969696. Windows color (decimal): -15734704 or 5302287. OLE color: 5302287.

HSL color Cylindrical-coordinate representation of color #0FE850: hue angle of 137.97º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE850 is Cyan = 0.94, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB1523280-
CMYK0.9400.660.09
HSL137.97º87.85%48.43%-
HSV(B)137.97º93.53%90.98%-
XYZ30.558.3917.25-
YUV149.7988.6131.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.59%
GREEN value IS 232 (91.02% from 255) = 70.95%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=4.59%
G=70.95%
B=24.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15232800.9400.660.09137.9787.8548.43
HexFE8505E04298a5830
Octal1735012013601021121213060
Binary11111110100010100001011110010000101001100010101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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