Html Css Color HEX #0FC850 Malachite

📋 copy color: '#0FC850'

red 15 ◦ green 200 ◦ blue 80

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

Shades of Malachite #0FC850

Tints of Malachite #0FC850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.12%

R = 5.08%
G = 67.8%
B = 27.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#0FC850 (or 0x0FC850) is known color: Malachite. HEX triplet: 0F, C8 and 50. RGB value is (15,200,80). Sum of RGB (Red+Green+Blue) = 15+200+80=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC850 is #F037AF. Grayscale: #838383. Windows color (decimal): -15742896 or 5294095. OLE color: 5294095.

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

Color convert

RGB 15 200 80 -
CMYK 0.92 0 0.6 0.22
HSL 141.08º 0.86% 0.42% -
HSV(B) 141.08º 0.93% 0.78% -
XYZ 22.3 41.99 14.52 -
YUV 131.01 99.21 45.26 -
System Red Green Blue C M Y K H S L
Decimal 15 200 80 0.92 0 0.6 0.22 141.08 0.86 0.42
Hex F C8 50 5C 0 3C 16 8D 56 2A
Octal 17 310 120 134 0 74 26 215 126 52
Binary 1111 11001000 1010000 1011100 0 111100 10110 10001101 1010110 101010

Color Harmonies of #0FC850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC850

Black with #0FC850

Text Example


Text Example

White with #0FC850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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