Html Css Color HEX #0FC158 Malachite

📋 copy color: '#0FC158'

red 15 ◦ green 193 ◦ blue 88

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

Shades of Malachite #0FC158

Tints of Malachite #0FC158

RGB

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

 GREEN value IS 193 (75.78% from 255) = 65.2%

 BLUE value IS 88 (34.77% from 255) = 29.73%

R = 5.07%
G = 65.2%
B = 29.73%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#0FC158 (or 0x0FC158) is known color: Malachite. HEX triplet: 0F, C1 and 58. RGB value is (15,193,88). Sum of RGB (Red+Green+Blue) = 15+193+88=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC158 is #F03EA7. Grayscale: #808080. Windows color (decimal): -15744680 or 5816591. OLE color: 5816591.

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

Color convert

RGB 15 193 88 -
CMYK 0.92 0 0.54 0.24
HSL 144.61º 0.86% 0.41% -
HSV(B) 144.61º 0.92% 0.76% -
XYZ 21.03 38.95 15.64 -
YUV 127.81 105.53 47.54 -
System Red Green Blue C M Y K H S L
Decimal 15 193 88 0.92 0 0.54 0.24 144.61 0.86 0.41
Hex F C1 58 5C 0 36 18 91 56 29
Octal 17 301 130 134 0 66 30 221 126 51
Binary 1111 11000001 1011000 1011100 0 110110 11000 10010001 1010110 101001

Color Harmonies of #0FC158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC158

Black with #0FC158

Text Example


Text Example

White with #0FC158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,193,88); }

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

background-color css

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

 a { background-color: rgb(15,193,88); }

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

border-color css

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

 span { border-color: rgb(15,193,88); }

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