Html Css Color HEX #0FC05B Malachite

📋 copy color: '#0FC05B'

red 15 ◦ green 192 ◦ blue 91

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

Shades of Malachite #0FC05B

Tints of Malachite #0FC05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.54%

R = 5.03%
G = 64.43%
B = 30.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#0FC05B (or 0x0FC05B) is known color: Malachite. HEX triplet: 0F, C0 and 5B. RGB value is (15,192,91). Sum of RGB (Red+Green+Blue) = 15+192+91=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC05B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC05B is #F03FA4. Grayscale: #7F7F7F. Windows color (decimal): -15744933 or 6012943. OLE color: 6012943.

HSL color Cylindrical-coordinate representation of color #0FC05B: hue angle of 145.76º 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 #0FC05B is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 15 192 91 -
CMYK 0.92 0 0.53 0.25
HSL 145.76º 0.86% 0.41% -
HSV(B) 145.76º 0.92% 0.75% -
XYZ 20.93 38.56 16.24 -
YUV 127.56 107.36 47.71 -
System Red Green Blue C M Y K H S L
Decimal 15 192 91 0.92 0 0.53 0.25 145.76 0.86 0.41
Hex F C0 5B 5C 0 35 19 92 56 29
Octal 17 300 133 134 0 65 31 222 126 51
Binary 1111 11000000 1011011 1011100 0 110101 11001 10010010 1010110 101001

Color Harmonies of #0FC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC05B

Black with #0FC05B

Text Example


Text Example

White with #0FC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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