#0FE137

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

Shades of Malachite #0FE137

Tints of Malachite #0FE137

Color information

#0FE137 (or 0x0FE137) is unknown color: approx Malachite. HEX triplet: 0F, E1 and 37. RGB value is (15,225,55). Sum of RGB (Red+Green+Blue) = 15+225+55=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 225 (88.28% from 255 or 76.27% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE137 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FE137 is #F01EC8. Grayscale: #8F8F8F. Windows color (decimal): -15736521 or 3662095. OLE color: 3662095.

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

Color convert

RGB1522555-
CMYK0.9300.760.12
HSL131.43º87.5%47.06%-
HSV(B)131.43º93.33%88.24%-
XYZ27.8154.2312.62-
YUV142.8378.4336.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 225 (88.28% from 255) = 76.27%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=5.08%
G=76.27%
B=18.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15225550.9300.760.12131.4387.547.06
HexFE1375D04CC83582f
Octal173416713501141420313057
Binary1111111000011101111011101010011001100100000111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FE137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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