Html Css Color HEX #0FF861 Malachite

📋 copy color: '#0FF861'

red 15 ◦ green 248 ◦ blue 97

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

Shades of Malachite #0FF861

Tints of Malachite #0FF861

RGB

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

 GREEN value IS 248 (97.27% from 255) = 68.89%

 BLUE value IS 97 (38.28% from 255) = 26.94%

R = 4.17%
G = 68.89%
B = 26.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#0FF861 (or 0x0FF861) is known color: Malachite. HEX triplet: 0F, F8 and 61. RGB value is (15,248,97). Sum of RGB (Red+Green+Blue) = 15+248+97=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF861 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF861 is #F0079E. Grayscale: #A1A1A1. Windows color (decimal): -15730591 or 6420495. OLE color: 6420495.

HSL color Cylindrical-coordinate representation of color #0FF861: hue angle of 141.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF861 is Cyan = 0.94, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 248 97 -
CMYK 0.94 0 0.61 0.03
HSL 141.12º 0.94% 0.52% -
HSV(B) 141.12º 0.94% 0.97% -
XYZ 35.92 68.1 22.56 -
YUV 161.12 91.81 23.78 -
System Red Green Blue C M Y K H S L
Decimal 15 248 97 0.94 0 0.61 0.03 141.12 0.94 0.52
Hex F F8 61 5E 0 3D 3 8D 5E 34
Octal 17 370 141 136 0 75 3 215 136 64
Binary 1111 11111000 1100001 1011110 0 111101 11 10001101 1011110 110100

Color Harmonies of #0FF861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF861

Black with #0FF861

Text Example


Text Example

White with #0FF861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,248,97); }

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

background-color css

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

 a { background-color: rgb(15,248,97); }

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

border-color css

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

 span { border-color: rgb(15,248,97); }

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