Html Css Color HEX #0FC94F Malachite

📋 copy color: '#0FC94F'

red 15 ◦ green 201 ◦ blue 79

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

Shades of Malachite #0FC94F

Tints of Malachite #0FC94F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 68.14%

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 5.08%
G = 68.14%
B = 26.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#0FC94F (or 0x0FC94F) is known color: Malachite. HEX triplet: 0F, C9 and 4F. RGB value is (15,201,79). Sum of RGB (Red+Green+Blue) = 15+201+79=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC94F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC94F is #F036B0. Grayscale: #838383. Windows color (decimal): -15742641 or 5228815. OLE color: 5228815.

HSL color Cylindrical-coordinate representation of color #0FC94F: hue angle of 140.65º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC94F is Cyan = 0.93, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 79 -
CMYK 0.93 0 0.61 0.21
HSL 140.65º 0.86% 0.42% -
HSV(B) 140.65º 0.93% 0.79% -
XYZ 22.49 42.44 14.4 -
YUV 131.48 98.38 44.92 -
System Red Green Blue C M Y K H S L
Decimal 15 201 79 0.93 0 0.61 0.21 140.65 0.86 0.42
Hex F C9 4F 5D 0 3D 15 8D 56 2A
Octal 17 311 117 135 0 75 25 215 126 52
Binary 1111 11001001 1001111 1011101 0 111101 10101 10001101 1010110 101010

Color Harmonies of #0FC94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC94F

Black with #0FC94F

Text Example


Text Example

White with #0FC94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,201,79); }

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

background-color css

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

 a { background-color: rgb(15,201,79); }

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

border-color css

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

 span { border-color: rgb(15,201,79); }

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