Html Css Color HEX #0FDA71 Malachite

📋 copy color: '#0FDA71'

red 15 ◦ green 218 ◦ blue 113

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

Shades of Malachite #0FDA71

Tints of Malachite #0FDA71

RGB

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

 GREEN value IS 218 (85.55% from 255) = 63.01%

 BLUE value IS 113 (44.53% from 255) = 32.66%

R = 4.34%
G = 63.01%
B = 32.66%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#0FDA71 (or 0x0FDA71) is known color: Malachite. HEX triplet: 0F, DA and 71. RGB value is (15,218,113). Sum of RGB (Red+Green+Blue) = 15+218+113=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #0FDA71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDA71 is #F0258E. Grayscale: #919191. Windows color (decimal): -15738255 or 7461391. OLE color: 7461391.

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

Color convert

RGB 15 218 113 -
CMYK 0.93 0 0.48 0.15
HSL 148.97º 0.87% 0.46% -
HSV(B) 148.97º 0.93% 0.85% -
XYZ 28.25 51.44 24.06 -
YUV 145.33 109.75 35.04 -
System Red Green Blue C M Y K H S L
Decimal 15 218 113 0.93 0 0.48 0.15 148.97 0.87 0.46
Hex F DA 71 5D 0 30 F 95 57 2E
Octal 17 332 161 135 0 60 17 225 127 56
Binary 1111 11011010 1110001 1011101 0 110000 1111 10010101 1010111 101110

Color Harmonies of #0FDA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDA71

Black with #0FDA71

Text Example


Text Example

White with #0FDA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,218,113); }

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

background-color css

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

 a { background-color: rgb(15,218,113); }

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

border-color css

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

 span { border-color: rgb(15,218,113); }

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