#0fe95d

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

Shades of Malachite #0FE95D

Tints of Malachite #0FE95D

Color information

#0FE95D (or 0x0FE95D) is unknown color: approx Malachite. HEX triplet: 0F, E9 and 5D. RGB value is (15,233,93). Sum of RGB (Red+Green+Blue) = 15+233+93=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 233 (91.41% from 255 or 68.33% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE95D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FE95D is #F016A2. Grayscale: #989898. Windows color (decimal): -15734435 or 6154511. OLE color: 6154511.

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

Color convert

RGB1523393-
CMYK0.9400.600.09
HSL141.47º87.9%48.63%-
HSV(B)141.47º93.56%91.37%-
XYZ31.3159.1720.13-
YUV151.8694.7830.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.40%
GREEN value IS 233 (91.41% from 255) = 68.33%
BLUE value IS 93 (36.72% from 255) = 27.27%
R=4.40%
G=68.33%
B=27.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15233930.9400.600.09141.4787.948.63
HexFE95D5E03C98d5831
Octal173511351360741121513061
Binary1111111010011011101101111001111001001100011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fe95d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,233,93); }

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

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

 a { background-color: rgb(15,233,93); }

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

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

 span { border-color: rgb(15,233,93); }

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