Html Css Color HEX #0FDC53 Malachite

📋 copy color: '#0FDC53'

red 15 ◦ green 220 ◦ blue 83

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

Shades of Malachite #0FDC53

Tints of Malachite #0FDC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.1%

R = 4.72%
G = 69.18%
B = 26.1%

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

#0FDC53 (or 0x0FDC53) is known color: Malachite. HEX triplet: 0F, DC and 53. RGB value is (15,220,83). Sum of RGB (Red+Green+Blue) = 15+220+83=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 220 (86.33% from 255 or 69.18% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDC53 is #F023AC. Grayscale: #8F8F8F. Windows color (decimal): -15737773 or 5495823. OLE color: 5495823.

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

Color convert

RGB 15 220 83 -
CMYK 0.93 0 0.62 0.14
HSL 139.9º 0.87% 0.46% -
HSV(B) 139.9º 0.93% 0.86% -
XYZ 27.35 51.91 16.76 -
YUV 143.09 94.08 36.64 -
System Red Green Blue C M Y K H S L
Decimal 15 220 83 0.93 0 0.62 0.14 139.9 0.87 0.46
Hex F DC 53 5D 0 3E E 8C 57 2E
Octal 17 334 123 135 0 76 16 214 127 56
Binary 1111 11011100 1010011 1011101 0 111110 1110 10001100 1010111 101110

Color Harmonies of #0FDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC53

Black with #0FDC53

Text Example


Text Example

White with #0FDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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