Html Css Color HEX #0FC86B Malachite

📋 copy color: '#0FC86B'

red 15 ◦ green 200 ◦ blue 107

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

Shades of Malachite #0FC86B

Tints of Malachite #0FC86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.23%

R = 4.66%
G = 62.11%
B = 33.23%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#0FC86B (or 0x0FC86B) is known color: Malachite. HEX triplet: 0F, C8 and 6B. RGB value is (15,200,107). Sum of RGB (Red+Green+Blue) = 15+200+107=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 200 (78.52% from 255 or 62.11% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC86B is #F03794. Grayscale: #868686. Windows color (decimal): -15742869 or 7063567. OLE color: 7063567.

HSL color Cylindrical-coordinate representation of color #0FC86B: hue angle of 149.84º 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 #0FC86B is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 200 107 -
CMYK 0.92 0 0.46 0.22
HSL 149.84º 0.86% 0.42% -
HSV(B) 149.84º 0.93% 0.78% -
XYZ 23.51 42.47 20.87 -
YUV 134.08 112.71 43.06 -
System Red Green Blue C M Y K H S L
Decimal 15 200 107 0.92 0 0.46 0.22 149.84 0.86 0.42
Hex F C8 6B 5C 0 2E 16 96 56 2A
Octal 17 310 153 134 0 56 26 226 126 52
Binary 1111 11001000 1101011 1011100 0 101110 10110 10010110 1010110 101010

Color Harmonies of #0FC86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC86B

Black with #0FC86B

Text Example


Text Example

White with #0FC86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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