Html Css Color HEX #0FC64C Malachite

📋 copy color: '#0FC64C'

red 15 ◦ green 198 ◦ blue 76

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

Shades of Malachite #0FC64C

Tints of Malachite #0FC64C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 5.19%
G = 68.51%
B = 26.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#0FC64C (or 0x0FC64C) is known color: Malachite. HEX triplet: 0F, C6 and 4C. RGB value is (15,198,76). Sum of RGB (Red+Green+Blue) = 15+198+76=289 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.19% from 289); Green value is 198 (77.73% from 255 or 68.51% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC64C is #F039B3. Grayscale: #818181. Windows color (decimal): -15743412 or 5031439. OLE color: 5031439.

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

Color convert

RGB 15 198 76 -
CMYK 0.92 0 0.62 0.22
HSL 140º 0.86% 0.42% -
HSV(B) 140º 0.92% 0.78% -
XYZ 21.7 41.01 13.61 -
YUV 129.38 97.87 46.42 -
System Red Green Blue C M Y K H S L
Decimal 15 198 76 0.92 0 0.62 0.22 140 0.86 0.42
Hex F C6 4C 5C 0 3E 16 8C 56 2A
Octal 17 306 114 134 0 76 26 214 126 52
Binary 1111 11000110 1001100 1011100 0 111110 10110 10001100 1010110 101010

Color Harmonies of #0FC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC64C

Black with #0FC64C

Text Example


Text Example

White with #0FC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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