Html Css Color HEX #0FC660 Malachite

📋 copy color: '#0FC660'

red 15 ◦ green 198 ◦ blue 96

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

Shades of Malachite #0FC660

Tints of Malachite #0FC660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 31.07%

R = 4.85%
G = 64.08%
B = 31.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#0FC660 (or 0x0FC660) is known color: Malachite. HEX triplet: 0F, C6 and 60. RGB value is (15,198,96). Sum of RGB (Red+Green+Blue) = 15+198+96=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC660 is #F0399F. Grayscale: #838383. Windows color (decimal): -15743392 or 6342159. OLE color: 6342159.

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

Color convert

RGB 15 198 96 -
CMYK 0.92 0 0.52 0.22
HSL 146.56º 0.86% 0.42% -
HSV(B) 146.56º 0.92% 0.78% -
XYZ 22.5 41.33 17.86 -
YUV 131.66 107.87 44.79 -
System Red Green Blue C M Y K H S L
Decimal 15 198 96 0.92 0 0.52 0.22 146.56 0.86 0.42
Hex F C6 60 5C 0 34 16 93 56 2A
Octal 17 306 140 134 0 64 26 223 126 52
Binary 1111 11000110 1100000 1011100 0 110100 10110 10010011 1010110 101010

Color Harmonies of #0FC660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FC660

Black with #0FC660

Text Example


Text Example

White with #0FC660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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