Html Css Color HEX #0FF04F Malachite

📋 copy color: '#0FF04F'

red 15 ◦ green 240 ◦ blue 79

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

Shades of Malachite #0FF04F

Tints of Malachite #0FF04F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 71.86%

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

R = 4.49%
G = 71.86%
B = 23.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#0FF04F (or 0x0FF04F) is known color: Malachite. HEX triplet: 0F, F0 and 4F. RGB value is (15,240,79). Sum of RGB (Red+Green+Blue) = 15+240+79=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 240 (94.14% from 255 or 71.86% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF04F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF04F is #F00FB0. Grayscale: #9A9A9A. Windows color (decimal): -15732657 or 5238799. OLE color: 5238799.

HSL color Cylindrical-coordinate representation of color #0FF04F: hue angle of 137.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF04F is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 240 79 -
CMYK 0.94 0 0.67 0.06
HSL 137.07º 0.88% 0.5% -
HSV(B) 137.07º 0.94% 0.94% -
XYZ 32.77 62.99 17.83 -
YUV 154.37 85.46 28.59 -
System Red Green Blue C M Y K H S L
Decimal 15 240 79 0.94 0 0.67 0.06 137.07 0.88 0.5
Hex F F0 4F 5E 0 43 6 89 58 32
Octal 17 360 117 136 0 103 6 211 130 62
Binary 1111 11110000 1001111 1011110 0 1000011 110 10001001 1011000 110010

Color Harmonies of #0FF04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF04F

Black with #0FF04F

Text Example


Text Example

White with #0FF04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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