Html Css Color HEX #0FD146 Malachite

📋 copy color: '#0FD146'

red 15 ◦ green 209 ◦ blue 70

#0FD146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #0FD146

Tints of Malachite #0FD146

RGB

 RED value IS 15 (6.25% from 255) = 5.1%

 GREEN value IS 209 (82.03% from 255) = 71.09%

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 5.1%
G = 71.09%
B = 23.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#0FD146 (or 0x0FD146) is known color: Malachite. HEX triplet: 0F, D1 and 46. RGB value is (15,209,70). Sum of RGB (Red+Green+Blue) = 15+209+70=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #0FD146 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD146 is #F02EB9. Grayscale: #878787. Windows color (decimal): -15740602 or 4641039. OLE color: 4641039.

HSL color Cylindrical-coordinate representation of color #0FD146: hue angle of 137.01º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD146 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 209 70 -
CMYK 0.93 0 0.67 0.18
HSL 137.01º 0.87% 0.44% -
HSV(B) 137.01º 0.93% 0.82% -
XYZ 24.1 46.14 13.43 -
YUV 135.15 91.23 42.3 -
System Red Green Blue C M Y K H S L
Decimal 15 209 70 0.93 0 0.67 0.18 137.01 0.87 0.44
Hex F D1 46 5D 0 43 12 89 57 2C
Octal 17 321 106 135 0 103 22 211 127 54
Binary 1111 11010001 1000110 1011101 0 1000011 10010 10001001 1010111 101100

Color Harmonies of #0FD146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD146

Black with #0FD146

Text Example


Text Example

White with #0FD146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,209,70); }

 H1.HeaderClassName
 {
   color: #0FD146;
 }
 .AnyTagClassName
 {
   color: #0FD146;
 }
</style>

background-color css

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

 a { background-color: rgb(15,209,70); }

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

border-color css

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

 span { border-color: rgb(15,209,70); }

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