Html Css Color HEX #0FC05F Malachite

📋 copy color: '#0FC05F'

red 15 ◦ green 192 ◦ blue 95

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

Shades of Malachite #0FC05F

Tints of Malachite #0FC05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.58%

 BLUE value IS 95 (37.5% from 255) = 31.46%

R = 4.97%
G = 63.58%
B = 31.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#0FC05F (or 0x0FC05F) is known color: Malachite. HEX triplet: 0F, C0 and 5F. RGB value is (15,192,95). Sum of RGB (Red+Green+Blue) = 15+192+95=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 192 (75.39% from 255 or 63.58% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC05F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC05F is #F03FA0. Grayscale: #808080. Windows color (decimal): -15744929 or 6275087. OLE color: 6275087.

HSL color Cylindrical-coordinate representation of color #0FC05F: hue angle of 147.12º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC05F is Cyan = 0.92, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 95 -
CMYK 0.92 0 0.51 0.25
HSL 147.12º 0.86% 0.41% -
HSV(B) 147.12º 0.92% 0.75% -
XYZ 21.11 38.63 17.17 -
YUV 128.02 109.36 47.39 -
System Red Green Blue C M Y K H S L
Decimal 15 192 95 0.92 0 0.51 0.25 147.12 0.86 0.41
Hex F C0 5F 5C 0 33 19 93 56 29
Octal 17 300 137 134 0 63 31 223 126 51
Binary 1111 11000000 1011111 1011100 0 110011 11001 10010011 1010110 101001

Color Harmonies of #0FC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC05F

Black with #0FC05F

Text Example


Text Example

White with #0FC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,192,95); }

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

background-color css

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

 a { background-color: rgb(15,192,95); }

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

border-color css

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

 span { border-color: rgb(15,192,95); }

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