Html Css Color HEX #0FCF71 Malachite

📋 copy color: '#0FCF71'

red 15 ◦ green 207 ◦ blue 113

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

Shades of Malachite #0FCF71

Tints of Malachite #0FCF71

RGB

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

 GREEN value IS 207 (81.25% from 255) = 61.79%

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

R = 4.48%
G = 61.79%
B = 33.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#0FCF71 (or 0x0FCF71) is known color: Malachite. HEX triplet: 0F, CF and 71. RGB value is (15,207,113). Sum of RGB (Red+Green+Blue) = 15+207+113=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FCF71 is #F0308E. Grayscale: #8B8B8B. Windows color (decimal): -15741071 or 7458575. OLE color: 7458575.

HSL color Cylindrical-coordinate representation of color #0FCF71: hue angle of 150.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF71 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 207 113 -
CMYK 0.93 0 0.45 0.19
HSL 150.63º 0.86% 0.44% -
HSV(B) 150.63º 0.93% 0.81% -
XYZ 25.49 45.92 23.14 -
YUV 138.88 113.39 39.64 -
System Red Green Blue C M Y K H S L
Decimal 15 207 113 0.93 0 0.45 0.19 150.63 0.86 0.44
Hex F CF 71 5D 0 2D 13 97 56 2C
Octal 17 317 161 135 0 55 23 227 126 54
Binary 1111 11001111 1110001 1011101 0 101101 10011 10010111 1010110 101100

Color Harmonies of #0FCF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCF71

Black with #0FCF71

Text Example


Text Example

White with #0FCF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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