Html Css Color HEX #0FDC54 Malachite

📋 copy color: '#0FDC54'

red 15 ◦ green 220 ◦ blue 84

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

Shades of Malachite #0FDC54

Tints of Malachite #0FDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.33%

R = 4.7%
G = 68.97%
B = 26.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#0FDC54 (or 0x0FDC54) is known color: Malachite. HEX triplet: 0F, DC and 54. RGB value is (15,220,84). Sum of RGB (Red+Green+Blue) = 15+220+84=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDC54 is #F023AB. Grayscale: #8F8F8F. Windows color (decimal): -15737772 or 5561359. OLE color: 5561359.

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

Color convert

RGB 15 220 84 -
CMYK 0.93 0 0.62 0.14
HSL 140.2º 0.87% 0.46% -
HSV(B) 140.2º 0.93% 0.86% -
XYZ 27.39 51.93 16.97 -
YUV 143.2 94.58 36.56 -
System Red Green Blue C M Y K H S L
Decimal 15 220 84 0.93 0 0.62 0.14 140.2 0.87 0.46
Hex F DC 54 5D 0 3E E 8C 57 2E
Octal 17 334 124 135 0 76 16 214 127 56
Binary 1111 11011100 1010100 1011101 0 111110 1110 10001100 1010111 101110

Color Harmonies of #0FDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC54

Black with #0FDC54

Text Example


Text Example

White with #0FDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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