#0FE060

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

Shades of Malachite #0FE060

Tints of Malachite #0FE060

Color information

#0FE060 (or 0x0FE060) is unknown color: approx Malachite. HEX triplet: 0F, E0 and 60. RGB value is (15,224,96). Sum of RGB (Red+Green+Blue) = 15+224+96=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 224 (87.89% from 255 or 66.87% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE060 is #F01F9F. Grayscale: #939393. Windows color (decimal): -15736736 or 6348815. OLE color: 6348815.

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

Color convert

RGB1522496-
CMYK0.9300.570.12
HSL143.25º87.45%46.86%-
HSV(B)143.25º93.3%87.84%-
XYZ28.9654.2620.01-
YUV146.9299.2633.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.48%
GREEN value IS 224 (87.89% from 255) = 66.87%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=4.48%
G=66.87%
B=28.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15224960.9300.570.12143.2587.4546.86
HexFE0605D039C8f572f
Octal173401401350711421712757
Binary1111111000001100000101110101110011100100011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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