#0FEF3C

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

Shades of Malachite #0FEF3C

Tints of Malachite #0FEF3C

Color information

#0FEF3C (or 0x0FEF3C) is unknown color: approx Malachite. HEX triplet: 0F, EF and 3C. RGB value is (15,239,60). Sum of RGB (Red+Green+Blue) = 15+239+60=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 239 (93.75% from 255 or 76.11% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEF3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEF3C is #F010C3. Grayscale: #989898. Windows color (decimal): -15732932 or 3993359. OLE color: 3993359.

HSL color Cylindrical-coordinate representation of color #0FEF3C: hue angle of 132.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEF3C is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB1523960-
CMYK0.9400.750.06
HSL132.05º88.19%49.8%-
HSV(B)132.05º93.72%93.73%-
XYZ31.8862.1614.59-
YUV151.6276.2930.55-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.78%
GREEN value IS 239 (93.75% from 255) = 76.11%
BLUE value IS 60 (23.83% from 255) = 19.11%
R=4.78%
G=76.11%
B=19.11%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal15239600.9400.750.06132.0588.1949.8
HexFEF3C5E04B6845832
Octal17357741360113620413062
Binary111111101111111100101111001001011110100001001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,239,60); }

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

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

 a { background-color: rgb(15,239,60); }

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

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

 span { border-color: rgb(15,239,60); }

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