Html Css Color HEX #0FDF72 Malachite

📋 copy color: '#0FDF72'

red 15 ◦ green 223 ◦ blue 114

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

Shades of Malachite #0FDF72

Tints of Malachite #0FDF72

RGB

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

 GREEN value IS 223 (87.5% from 255) = 63.35%

 BLUE value IS 114 (44.92% from 255) = 32.39%

R = 4.26%
G = 63.35%
B = 32.39%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#0FDF72 (or 0x0FDF72) is known color: Malachite. HEX triplet: 0F, DF and 72. RGB value is (15,223,114). Sum of RGB (Red+Green+Blue) = 15+223+114=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDF72 is #F0208D. Grayscale: #949494. Windows color (decimal): -15736974 or 7528207. OLE color: 7528207.

HSL color Cylindrical-coordinate representation of color #0FDF72: hue angle of 148.56º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF72 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 114 -
CMYK 0.93 0 0.49 0.13
HSL 148.56º 0.87% 0.47% -
HSV(B) 148.56º 0.93% 0.87% -
XYZ 29.62 54.09 24.8 -
YUV 148.38 108.59 32.86 -
System Red Green Blue C M Y K H S L
Decimal 15 223 114 0.93 0 0.49 0.13 148.56 0.87 0.47
Hex F DF 72 5D 0 31 D 95 57 2F
Octal 17 337 162 135 0 61 15 225 127 57
Binary 1111 11011111 1110010 1011101 0 110001 1101 10010101 1010111 101111

Color Harmonies of #0FDF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDF72

Black with #0FDF72

Text Example


Text Example

White with #0FDF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,223,114); }

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

background-color css

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

 a { background-color: rgb(15,223,114); }

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

border-color css

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

 span { border-color: rgb(15,223,114); }

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