Html Css Color HEX #0FDB72 Malachite

📋 copy color: '#0FDB72'

red 15 ◦ green 219 ◦ blue 114

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

Shades of Malachite #0FDB72

Tints of Malachite #0FDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 62.93%

 BLUE value IS 114 (44.92% from 255) = 32.76%

R = 4.31%
G = 62.93%
B = 32.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#0FDB72 (or 0x0FDB72) is known color: Malachite. HEX triplet: 0F, DB and 72. RGB value is (15,219,114). Sum of RGB (Red+Green+Blue) = 15+219+114=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 219 (85.94% from 255 or 62.93% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 219 - color contains mainly: green. Hex color #0FDB72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDB72 is #F0248D. Grayscale: #929292. Windows color (decimal): -15737998 or 7527183. OLE color: 7527183.

HSL color Cylindrical-coordinate representation of color #0FDB72: hue angle of 149.12º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDB72 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 219 114 -
CMYK 0.93 0 0.48 0.14
HSL 149.12º 0.87% 0.46% -
HSV(B) 149.12º 0.93% 0.86% -
XYZ 28.57 51.98 24.45 -
YUV 146.03 109.91 34.54 -
System Red Green Blue C M Y K H S L
Decimal 15 219 114 0.93 0 0.48 0.14 149.12 0.87 0.46
Hex F DB 72 5D 0 30 E 95 57 2E
Octal 17 333 162 135 0 60 16 225 127 56
Binary 1111 11011011 1110010 1011101 0 110000 1110 10010101 1010111 101110

Color Harmonies of #0FDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDB72

Black with #0FDB72

Text Example


Text Example

White with #0FDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,219,114); }

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

background-color css

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

 a { background-color: rgb(15,219,114); }

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

border-color css

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

 span { border-color: rgb(15,219,114); }

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