Html Css Color HEX #0FDC65 Malachite

📋 copy color: '#0FDC65'

red 15 ◦ green 220 ◦ blue 101

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

Shades of Malachite #0FDC65

Tints of Malachite #0FDC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.48%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 4.46%
G = 65.48%
B = 30.06%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#0FDC65 (or 0x0FDC65) is known color: Malachite. HEX triplet: 0F, DC and 65. RGB value is (15,220,101). Sum of RGB (Red+Green+Blue) = 15+220+101=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDC65 is #F0239A. Grayscale: #919191. Windows color (decimal): -15737755 or 6675471. OLE color: 6675471.

HSL color Cylindrical-coordinate representation of color #0FDC65: hue angle of 145.17º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC65 is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 101 -
CMYK 0.93 0 0.54 0.14
HSL 145.17º 0.87% 0.46% -
HSV(B) 145.17º 0.93% 0.86% -
XYZ 28.14 52.23 20.91 -
YUV 145.14 103.08 35.18 -
System Red Green Blue C M Y K H S L
Decimal 15 220 101 0.93 0 0.54 0.14 145.17 0.87 0.46
Hex F DC 65 5D 0 36 E 91 57 2E
Octal 17 334 145 135 0 66 16 221 127 56
Binary 1111 11011100 1100101 1011101 0 110110 1110 10010001 1010111 101110

Color Harmonies of #0FDC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC65

Black with #0FDC65

Text Example


Text Example

White with #0FDC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,220,101); }

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

background-color css

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

 a { background-color: rgb(15,220,101); }

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

border-color css

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

 span { border-color: rgb(15,220,101); }

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