Html Css Color HEX #0FC161 Malachite

📋 copy color: '#0FC161'

red 15 ◦ green 193 ◦ blue 97

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

Shades of Malachite #0FC161

Tints of Malachite #0FC161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 4.92%
G = 63.28%
B = 31.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#0FC161 (or 0x0FC161) is known color: Malachite. HEX triplet: 0F, C1 and 61. RGB value is (15,193,97). Sum of RGB (Red+Green+Blue) = 15+193+97=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC161 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC161 is #F03E9E. Grayscale: #818181. Windows color (decimal): -15744671 or 6406415. OLE color: 6406415.

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

Color convert

RGB 15 193 97 -
CMYK 0.92 0 0.50 0.24
HSL 147.64º 0.86% 0.41% -
HSV(B) 147.64º 0.92% 0.76% -
XYZ 21.42 39.1 17.73 -
YUV 128.83 110.03 46.81 -
System Red Green Blue C M Y K H S L
Decimal 15 193 97 0.92 0 0.50 0.24 147.64 0.86 0.41
Hex F C1 61 5C 0 32 18 94 56 29
Octal 17 301 141 134 0 62 30 224 126 51
Binary 1111 11000001 1100001 1011100 0 110010 11000 10010100 1010110 101001

Color Harmonies of #0FC161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC161

Black with #0FC161

Text Example


Text Example

White with #0FC161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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