Html Css Color HEX #0FC968 Malachite

📋 copy color: '#0FC968'

red 15 ◦ green 201 ◦ blue 104

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

Shades of Malachite #0FC968

Tints of Malachite #0FC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 62.81%

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

R = 4.69%
G = 62.81%
B = 32.5%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#0FC968 (or 0x0FC968) is known color: Malachite. HEX triplet: 0F, C9 and 68. RGB value is (15,201,104). Sum of RGB (Red+Green+Blue) = 15+201+104=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 201 (78.91% from 255 or 62.81% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC968 is #F03697. Grayscale: #868686. Windows color (decimal): -15742616 or 6867215. OLE color: 6867215.

HSL color Cylindrical-coordinate representation of color #0FC968: hue angle of 148.71º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC968 is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 201 104 -
CMYK 0.93 0 0.48 0.21
HSL 148.71º 0.86% 0.42% -
HSV(B) 148.71º 0.93% 0.79% -
XYZ 23.58 42.87 20.13 -
YUV 134.33 110.88 42.89 -
System Red Green Blue C M Y K H S L
Decimal 15 201 104 0.93 0 0.48 0.21 148.71 0.86 0.42
Hex F C9 68 5D 0 30 15 95 56 2A
Octal 17 311 150 135 0 60 25 225 126 52
Binary 1111 11001001 1101000 1011101 0 110000 10101 10010101 1010110 101010

Color Harmonies of #0FC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC968

Black with #0FC968

Text Example


Text Example

White with #0FC968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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