Html Css Color HEX #0FC64D Malachite

📋 copy color: '#0FC64D'

red 15 ◦ green 198 ◦ blue 77

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

Shades of Malachite #0FC64D

Tints of Malachite #0FC64D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 5.17%
G = 68.28%
B = 26.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#0FC64D (or 0x0FC64D) is known color: Malachite. HEX triplet: 0F, C6 and 4D. RGB value is (15,198,77). Sum of RGB (Red+Green+Blue) = 15+198+77=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 198 (77.73% from 255 or 68.28% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC64D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC64D is #F039B2. Grayscale: #818181. Windows color (decimal): -15743411 or 5096975. OLE color: 5096975.

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

Color convert

RGB 15 198 77 -
CMYK 0.92 0 0.61 0.22
HSL 140.33º 0.86% 0.42% -
HSV(B) 140.33º 0.92% 0.78% -
XYZ 21.73 41.03 13.79 -
YUV 129.49 98.37 46.34 -
System Red Green Blue C M Y K H S L
Decimal 15 198 77 0.92 0 0.61 0.22 140.33 0.86 0.42
Hex F C6 4D 5C 0 3D 16 8C 56 2A
Octal 17 306 115 134 0 75 26 214 126 52
Binary 1111 11000110 1001101 1011100 0 111101 10110 10001100 1010110 101010

Color Harmonies of #0FC64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC64D

Black with #0FC64D

Text Example


Text Example

White with #0FC64D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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