Html Css Color HEX #0FDC48 Malachite

📋 copy color: '#0FDC48'

red 15 ◦ green 220 ◦ blue 72

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

Shades of Malachite #0FDC48

Tints of Malachite #0FDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 4.89%
G = 71.66%
B = 23.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#0FDC48 (or 0x0FDC48) is known color: Malachite. HEX triplet: 0F, DC and 48. RGB value is (15,220,72). Sum of RGB (Red+Green+Blue) = 15+220+72=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC48 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FDC48 is #F023B7. Grayscale: #8E8E8E. Windows color (decimal): -15737784 or 4774927. OLE color: 4774927.

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

Color convert

RGB 15 220 72 -
CMYK 0.93 0 0.67 0.14
HSL 136.68º 0.87% 0.46% -
HSV(B) 136.68º 0.93% 0.86% -
XYZ 26.96 51.76 14.7 -
YUV 141.83 88.58 37.53 -
System Red Green Blue C M Y K H S L
Decimal 15 220 72 0.93 0 0.67 0.14 136.68 0.87 0.46
Hex F DC 48 5D 0 43 E 89 57 2E
Octal 17 334 110 135 0 103 16 211 127 56
Binary 1111 11011100 1001000 1011101 0 1000011 1110 10001001 1010111 101110

Color Harmonies of #0FDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC48

Black with #0FDC48

Text Example


Text Example

White with #0FDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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