Html Css Color HEX #0FDC64 Malachite

📋 copy color: '#0FDC64'

red 15 ◦ green 220 ◦ blue 100

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

Shades of Malachite #0FDC64

Tints of Malachite #0FDC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 4.48%
G = 65.67%
B = 29.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#0FDC64 (or 0x0FDC64) is known color: Malachite. HEX triplet: 0F, DC and 64. RGB value is (15,220,100). Sum of RGB (Red+Green+Blue) = 15+220+100=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDC64 is #F0239B. Grayscale: #919191. Windows color (decimal): -15737756 or 6609935. OLE color: 6609935.

HSL color Cylindrical-coordinate representation of color #0FDC64: hue angle of 144.88º 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 #0FDC64 is Cyan = 0.93, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 100 -
CMYK 0.93 0 0.55 0.14
HSL 144.88º 0.87% 0.46% -
HSV(B) 144.88º 0.93% 0.86% -
XYZ 28.09 52.21 20.65 -
YUV 145.03 102.58 35.26 -
System Red Green Blue C M Y K H S L
Decimal 15 220 100 0.93 0 0.55 0.14 144.88 0.87 0.46
Hex F DC 64 5D 0 37 E 91 57 2E
Octal 17 334 144 135 0 67 16 221 127 56
Binary 1111 11011100 1100100 1011101 0 110111 1110 10010001 1010111 101110

Color Harmonies of #0FDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC64

Black with #0FDC64

Text Example


Text Example

White with #0FDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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