Html Css Color HEX #0FC668 Malachite

📋 copy color: '#0FC668'

red 15 ◦ green 198 ◦ blue 104

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

Shades of Malachite #0FC668

Tints of Malachite #0FC668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 4.73%
G = 62.46%
B = 32.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#0FC668 (or 0x0FC668) is known color: Malachite. HEX triplet: 0F, C6 and 68. RGB value is (15,198,104). Sum of RGB (Red+Green+Blue) = 15+198+104=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 198 (77.73% from 255 or 62.46% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC668 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC668 is #F03997. Grayscale: #848484. Windows color (decimal): -15743384 or 6866447. OLE color: 6866447.

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

Color convert

RGB 15 198 104 -
CMYK 0.92 0 0.47 0.22
HSL 149.18º 0.86% 0.42% -
HSV(B) 149.18º 0.92% 0.78% -
XYZ 22.89 41.49 19.9 -
YUV 132.57 111.87 44.14 -
System Red Green Blue C M Y K H S L
Decimal 15 198 104 0.92 0 0.47 0.22 149.18 0.86 0.42
Hex F C6 68 5C 0 2F 16 95 56 2A
Octal 17 306 150 134 0 57 26 225 126 52
Binary 1111 11000110 1101000 1011100 0 101111 10110 10010101 1010110 101010

Color Harmonies of #0FC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC668

Black with #0FC668

Text Example


Text Example

White with #0FC668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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