Html Css Color HEX #0FC64F Malachite

📋 copy color: '#0FC64F'

red 15 ◦ green 198 ◦ blue 79

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

Shades of Malachite #0FC64F

Tints of Malachite #0FC64F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 67.81%

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 5.14%
G = 67.81%
B = 27.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#0FC64F (or 0x0FC64F) is known color: Malachite. HEX triplet: 0F, C6 and 4F. RGB value is (15,198,79). Sum of RGB (Red+Green+Blue) = 15+198+79=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC64F is #F039B0. Grayscale: #828282. Windows color (decimal): -15743409 or 5228047. OLE color: 5228047.

HSL color Cylindrical-coordinate representation of color #0FC64F: hue angle of 140.98º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC64F is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 198 79 -
CMYK 0.92 0 0.60 0.22
HSL 140.98º 0.86% 0.42% -
HSV(B) 140.98º 0.92% 0.78% -
XYZ 21.8 41.05 14.17 -
YUV 129.72 99.37 46.18 -
System Red Green Blue C M Y K H S L
Decimal 15 198 79 0.92 0 0.60 0.22 140.98 0.86 0.42
Hex F C6 4F 5C 0 3C 16 8D 56 2A
Octal 17 306 117 134 0 74 26 215 126 52
Binary 1111 11000110 1001111 1011100 0 111100 10110 10001101 1010110 101010

Color Harmonies of #0FC64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC64F

Black with #0FC64F

Text Example


Text Example

White with #0FC64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,198,79); }

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

background-color css

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

 a { background-color: rgb(15,198,79); }

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

border-color css

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

 span { border-color: rgb(15,198,79); }

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