Html Css Color HEX #0FC85D Malachite

📋 copy color: '#0FC85D'

red 15 ◦ green 200 ◦ blue 93

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

Shades of Malachite #0FC85D

Tints of Malachite #0FC85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 4.87%
G = 64.94%
B = 30.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#0FC85D (or 0x0FC85D) is known color: Malachite. HEX triplet: 0F, C8 and 5D. RGB value is (15,200,93). Sum of RGB (Red+Green+Blue) = 15+200+93=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC85D is #F037A2. Grayscale: #848484. Windows color (decimal): -15742883 or 6146063. OLE color: 6146063.

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

Color convert

RGB 15 200 93 -
CMYK 0.92 0 0.54 0.22
HSL 145.3º 0.86% 0.42% -
HSV(B) 145.3º 0.93% 0.78% -
XYZ 22.83 42.2 17.3 -
YUV 132.49 105.71 44.2 -
System Red Green Blue C M Y K H S L
Decimal 15 200 93 0.92 0 0.54 0.22 145.3 0.86 0.42
Hex F C8 5D 5C 0 36 16 91 56 2A
Octal 17 310 135 134 0 66 26 221 126 52
Binary 1111 11001000 1011101 1011100 0 110110 10110 10010001 1010110 101010

Color Harmonies of #0FC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC85D

Black with #0FC85D

Text Example


Text Example

White with #0FC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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