Html Css Color HEX #0FD873 Malachite

📋 copy color: '#0FD873'

red 15 ◦ green 216 ◦ blue 115

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

Shades of Malachite #0FD873

Tints of Malachite #0FD873

RGB

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

 GREEN value IS 216 (84.77% from 255) = 62.43%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 4.34%
G = 62.43%
B = 33.24%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#0FD873 (or 0x0FD873) is known color: Malachite. HEX triplet: 0F, D8 and 73. RGB value is (15,216,115). Sum of RGB (Red+Green+Blue) = 15+216+115=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 216 (84.77% from 255 or 62.43% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD873 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FD873 is #F0278C. Grayscale: #909090. Windows color (decimal): -15738765 or 7591951. OLE color: 7591951.

HSL color Cylindrical-coordinate representation of color #0FD873: hue angle of 149.85º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD873 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 216 115 -
CMYK 0.93 0 0.47 0.15
HSL 149.85º 0.87% 0.45% -
HSV(B) 149.85º 0.93% 0.85% -
XYZ 27.85 50.45 24.49 -
YUV 144.39 111.41 35.71 -
System Red Green Blue C M Y K H S L
Decimal 15 216 115 0.93 0 0.47 0.15 149.85 0.87 0.45
Hex F D8 73 5D 0 2F F 96 57 2D
Octal 17 330 163 135 0 57 17 226 127 55
Binary 1111 11011000 1110011 1011101 0 101111 1111 10010110 1010111 101101

Color Harmonies of #0FD873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD873

Black with #0FD873

Text Example


Text Example

White with #0FD873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,216,115); }

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

background-color css

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

 a { background-color: rgb(15,216,115); }

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

border-color css

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

 span { border-color: rgb(15,216,115); }

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