Html Css Color HEX #0FF063 Malachite

📋 copy color: '#0FF063'

red 15 ◦ green 240 ◦ blue 99

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

Shades of Malachite #0FF063

Tints of Malachite #0FF063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 4.24%
G = 67.8%
B = 27.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#0FF063 (or 0x0FF063) is known color: Malachite. HEX triplet: 0F, F0 and 63. RGB value is (15,240,99). Sum of RGB (Red+Green+Blue) = 15+240+99=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 240 (94.14% from 255 or 67.80% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF063 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF063 is #F00F9C. Grayscale: #9C9C9C. Windows color (decimal): -15732637 or 6549519. OLE color: 6549519.

HSL color Cylindrical-coordinate representation of color #0FF063: hue angle of 142.4º 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 #0FF063 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 15 240 99 -
CMYK 0.94 0 0.59 0.06
HSL 142.4º 0.88% 0.5% -
HSV(B) 142.4º 0.94% 0.94% -
XYZ 33.61 63.32 22.26 -
YUV 156.65 95.46 26.96 -
System Red Green Blue C M Y K H S L
Decimal 15 240 99 0.94 0 0.59 0.06 142.4 0.88 0.5
Hex F F0 63 5E 0 3B 6 8E 58 32
Octal 17 360 143 136 0 73 6 216 130 62
Binary 1111 11110000 1100011 1011110 0 111011 110 10001110 1011000 110010

Color Harmonies of #0FF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF063

Black with #0FF063

Text Example


Text Example

White with #0FF063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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