Html Css Color HEX #0FF24F Malachite

📋 copy color: '#0FF24F'

red 15 ◦ green 242 ◦ blue 79

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

Shades of Malachite #0FF24F

Tints of Malachite #0FF24F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.02%

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

R = 4.46%
G = 72.02%
B = 23.51%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#0FF24F (or 0x0FF24F) is known color: Malachite. HEX triplet: 0F, F2 and 4F. RGB value is (15,242,79). Sum of RGB (Red+Green+Blue) = 15+242+79=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #0FF24F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF24F is #F00DB0. Grayscale: #9B9B9B. Windows color (decimal): -15732145 or 5239311. OLE color: 5239311.

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

Color convert

RGB 15 242 79 -
CMYK 0.94 0 0.67 0.05
HSL 136.92º 0.9% 0.5% -
HSV(B) 136.92º 0.94% 0.95% -
XYZ 33.36 64.17 18.02 -
YUV 155.55 84.79 27.75 -
System Red Green Blue C M Y K H S L
Decimal 15 242 79 0.94 0 0.67 0.05 136.92 0.9 0.5
Hex F F2 4F 5E 0 43 5 89 5A 32
Octal 17 362 117 136 0 103 5 211 132 62
Binary 1111 11110010 1001111 1011110 0 1000011 101 10001001 1011010 110010

Color Harmonies of #0FF24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF24F

Black with #0FF24F

Text Example


Text Example

White with #0FF24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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