Html Css Color HEX #0FE172 Malachite

📋 copy color: '#0FE172'

red 15 ◦ green 225 ◦ blue 114

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

Shades of Malachite #0FE172

Tints of Malachite #0FE172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 63.56%

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

R = 4.24%
G = 63.56%
B = 32.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#0FE172 (or 0x0FE172) is known color: Malachite. HEX triplet: 0F, E1 and 72. RGB value is (15,225,114). Sum of RGB (Red+Green+Blue) = 15+225+114=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 225 (88.28% from 255 or 63.56% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE172 is #F01E8D. Grayscale: #959595. Windows color (decimal): -15736462 or 7528719. OLE color: 7528719.

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

Color convert

RGB 15 225 114 -
CMYK 0.93 0 0.49 0.12
HSL 148.29º 0.88% 0.47% -
HSV(B) 148.29º 0.93% 0.88% -
XYZ 30.16 55.17 24.98 -
YUV 149.56 107.93 32.03 -
System Red Green Blue C M Y K H S L
Decimal 15 225 114 0.93 0 0.49 0.12 148.29 0.88 0.47
Hex F E1 72 5D 0 31 C 94 58 2F
Octal 17 341 162 135 0 61 14 224 130 57
Binary 1111 11100001 1110010 1011101 0 110001 1100 10010100 1011000 101111

Color Harmonies of #0FE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE172

Black with #0FE172

Text Example


Text Example

White with #0FE172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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