Html Css Color HEX #0FDE72 Malachite

📋 copy color: '#0FDE72'

red 15 ◦ green 222 ◦ blue 114

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

Shades of Malachite #0FDE72

Tints of Malachite #0FDE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.25%

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

R = 4.27%
G = 63.25%
B = 32.48%

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

#0FDE72 (or 0x0FDE72) is known color: Malachite. HEX triplet: 0F, DE and 72. RGB value is (15,222,114). Sum of RGB (Red+Green+Blue) = 15+222+114=351 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.27% from 351); Green value is 222 (87.11% from 255 or 63.25% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FDE72 is #F0218D. Grayscale: #949494. Windows color (decimal): -15737230 or 7527951. OLE color: 7527951.

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

Color convert

RGB 15 222 114 -
CMYK 0.93 0 0.49 0.13
HSL 148.7º 0.87% 0.46% -
HSV(B) 148.7º 0.93% 0.87% -
XYZ 29.36 53.56 24.71 -
YUV 147.8 108.92 33.28 -
System Red Green Blue C M Y K H S L
Decimal 15 222 114 0.93 0 0.49 0.13 148.7 0.87 0.46
Hex F DE 72 5D 0 31 D 95 57 2E
Octal 17 336 162 135 0 61 15 225 127 56
Binary 1111 11011110 1110010 1011101 0 110001 1101 10010101 1010111 101110

Color Harmonies of #0FDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDE72

Black with #0FDE72

Text Example


Text Example

White with #0FDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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