Html Css Color HEX #0FF364 Malachite

📋 copy color: '#0FF364'

red 15 ◦ green 243 ◦ blue 100

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

Shades of Malachite #0FF364

Tints of Malachite #0FF364

RGB

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

 GREEN value IS 243 (95.31% from 255) = 67.88%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 4.19%
G = 67.88%
B = 27.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#0FF364 (or 0x0FF364) is known color: Malachite. HEX triplet: 0F, F3 and 64. RGB value is (15,243,100). Sum of RGB (Red+Green+Blue) = 15+243+100=358 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.19% from 358); Green value is 243 (95.31% from 255 or 67.88% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF364 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF364 is #F00C9B. Grayscale: #9E9E9E. Windows color (decimal): -15731868 or 6615823. OLE color: 6615823.

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

Color convert

RGB 15 243 100 -
CMYK 0.94 0 0.59 0.05
HSL 142.37º 0.9% 0.51% -
HSV(B) 142.37º 0.94% 0.95% -
XYZ 34.55 65.12 22.81 -
YUV 158.53 94.96 25.63 -
System Red Green Blue C M Y K H S L
Decimal 15 243 100 0.94 0 0.59 0.05 142.37 0.9 0.51
Hex F F3 64 5E 0 3B 5 8E 5A 33
Octal 17 363 144 136 0 73 5 216 132 63
Binary 1111 11110011 1100100 1011110 0 111011 101 10001110 1011010 110011

Color Harmonies of #0FF364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF364

Black with #0FF364

Text Example


Text Example

White with #0FF364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,243,100); }

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

background-color css

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

 a { background-color: rgb(15,243,100); }

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

border-color css

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

 span { border-color: rgb(15,243,100); }

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