Html Css Color HEX #0FF155 Malachite

📋 copy color: '#0FF155'

red 15 ◦ green 241 ◦ blue 85

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

Shades of Malachite #0FF155

Tints of Malachite #0FF155

RGB

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

 GREEN value IS 241 (94.53% from 255) = 70.67%

 BLUE value IS 85 (33.59% from 255) = 24.93%

R = 4.4%
G = 70.67%
B = 24.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#0FF155 (or 0x0FF155) is known color: Malachite. HEX triplet: 0F, F1 and 55. RGB value is (15,241,85). Sum of RGB (Red+Green+Blue) = 15+241+85=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF155 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FF155 is #F00EAA. Grayscale: #9C9C9C. Windows color (decimal): -15732395 or 5632271. OLE color: 5632271.

HSL color Cylindrical-coordinate representation of color #0FF155: hue angle of 138.58º degrees, saturation: 0.89, 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 #0FF155 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB 15 241 85 -
CMYK 0.94 0 0.65 0.05
HSL 138.58º 0.89% 0.5% -
HSV(B) 138.58º 0.94% 0.95% -
XYZ 33.29 63.67 19.13 -
YUV 155.64 88.13 27.68 -
System Red Green Blue C M Y K H S L
Decimal 15 241 85 0.94 0 0.65 0.05 138.58 0.89 0.5
Hex F F1 55 5E 0 41 5 8B 59 32
Octal 17 361 125 136 0 101 5 213 131 62
Binary 1111 11110001 1010101 1011110 0 1000001 101 10001011 1011001 110010

Color Harmonies of #0FF155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF155

Black with #0FF155

Text Example


Text Example

White with #0FF155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,241,85); }

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

background-color css

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

 a { background-color: rgb(15,241,85); }

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

border-color css

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

 span { border-color: rgb(15,241,85); }

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