Html Css Color HEX #0FE14F Malachite

📋 copy color: '#0FE14F'

red 15 ◦ green 225 ◦ blue 79

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

Shades of Malachite #0FE14F

Tints of Malachite #0FE14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 4.7%
G = 70.53%
B = 24.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#0FE14F (or 0x0FE14F) is known color: Malachite. HEX triplet: 0F, E1 and 4F. RGB value is (15,225,79). Sum of RGB (Red+Green+Blue) = 15+225+79=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 225 (88.28% from 255 or 70.53% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE14F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FE14F is #F01EB0. Grayscale: #919191. Windows color (decimal): -15736497 or 5234959. OLE color: 5234959.

HSL color Cylindrical-coordinate representation of color #0FE14F: hue angle of 138.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 #0FE14F is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 225 79 -
CMYK 0.93 0 0.65 0.12
HSL 138.29º 0.88% 0.47% -
HSV(B) 138.29º 0.93% 0.88% -
XYZ 28.53 54.52 16.42 -
YUV 145.57 90.43 34.87 -
System Red Green Blue C M Y K H S L
Decimal 15 225 79 0.93 0 0.65 0.12 138.29 0.88 0.47
Hex F E1 4F 5D 0 41 C 8A 58 2F
Octal 17 341 117 135 0 101 14 212 130 57
Binary 1111 11100001 1001111 1011101 0 1000001 1100 10001010 1011000 101111

Color Harmonies of #0FE14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE14F

Black with #0FE14F

Text Example


Text Example

White with #0FE14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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