Html Css Color HEX #0FC861 Malachite

📋 copy color: '#0FC861'

red 15 ◦ green 200 ◦ blue 97

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

Shades of Malachite #0FC861

Tints of Malachite #0FC861

RGB

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

 GREEN value IS 200 (78.52% from 255) = 64.1%

 BLUE value IS 97 (38.28% from 255) = 31.09%

R = 4.81%
G = 64.1%
B = 31.09%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#0FC861 (or 0x0FC861) is known color: Malachite. HEX triplet: 0F, C8 and 61. RGB value is (15,200,97). Sum of RGB (Red+Green+Blue) = 15+200+97=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC861 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC861 is #F0379E. Grayscale: #858585. Windows color (decimal): -15742879 or 6408207. OLE color: 6408207.

HSL color Cylindrical-coordinate representation of color #0FC861: hue angle of 146.59º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC861 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 97 -
CMYK 0.92 0 0.52 0.22
HSL 146.59º 0.86% 0.42% -
HSV(B) 146.59º 0.93% 0.78% -
XYZ 23.01 42.27 18.26 -
YUV 132.94 107.71 43.88 -
System Red Green Blue C M Y K H S L
Decimal 15 200 97 0.92 0 0.52 0.22 146.59 0.86 0.42
Hex F C8 61 5C 0 34 16 93 56 2A
Octal 17 310 141 134 0 64 26 223 126 52
Binary 1111 11001000 1100001 1011100 0 110100 10110 10010011 1010110 101010

Color Harmonies of #0FC861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC861

Black with #0FC861

Text Example


Text Example

White with #0FC861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,200,97); }

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

background-color css

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

 a { background-color: rgb(15,200,97); }

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

border-color css

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

 span { border-color: rgb(15,200,97); }

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