Html Css Color HEX #0FF146 Malachite

📋 copy color: '#0FF146'

red 15 ◦ green 241 ◦ blue 70

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

Shades of Malachite #0FF146

Tints of Malachite #0FF146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.47%

R = 4.6%
G = 73.93%
B = 21.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#0FF146 (or 0x0FF146) is known color: Malachite. HEX triplet: 0F, F1 and 46. RGB value is (15,241,70). Sum of RGB (Red+Green+Blue) = 15+241+70=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF146 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF146 is #F00EB9. Grayscale: #9A9A9A. Windows color (decimal): -15732410 or 4649231. OLE color: 4649231.

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

Color convert

RGB 15 241 70 -
CMYK 0.94 0 0.71 0.05
HSL 134.6º 0.89% 0.5% -
HSV(B) 134.6º 0.94% 0.95% -
XYZ 32.76 63.45 16.32 -
YUV 153.93 80.63 28.9 -
System Red Green Blue C M Y K H S L
Decimal 15 241 70 0.94 0 0.71 0.05 134.6 0.89 0.5
Hex F F1 46 5E 0 47 5 87 59 32
Octal 17 361 106 136 0 107 5 207 131 62
Binary 1111 11110001 1000110 1011110 0 1000111 101 10000111 1011001 110010

Color Harmonies of #0FF146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF146

Black with #0FF146

Text Example


Text Example

White with #0FF146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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